output
    Preparing search index...

    Type Alias HttpRequestCostEvent

    type HttpRequestCostEvent = {
        requestId: string;
        total: number;
        type: "http:request:cost";
        url: string;
    }
    Index

    Properties

    Properties

    requestId: string
    total: number
    type: "http:request:cost"
    url: string