hipthrusts - v1.2.0
    Preparing search index...

    Interface ResponseMeta

    interface ResponseMeta {
        headers?: Record<string, string>;
        status?: number;
    }
    Index
    headers?: Record<string, string>
    status?: number