@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface ResponseObject {
        body?: null | string;
        code?: number;
        cookie?: CookieObject[];
        header?: null | string[];
        id?: string;
        name?: string;
        originalRequest?: RequestObject;
        responseTime?: null | string | number;
        status?: string;
        timings?: null | Record<string, unknown>;
        [x: string]: unknown;
    }

    Indexable

    • [x: string]: unknown
    Index

    Properties

    body?: null | string
    code?: number
    cookie?: CookieObject[]
    header?: null | string[]
    id?: string
    name?: string
    originalRequest?: RequestObject
    responseTime?: null | string | number
    status?: string
    timings?: null | Record<string, unknown>