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

    Indexable

    • [x: string]: unknown
    Index

    Properties

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