Tanatloc documentation
    Preparing search index...

    Interface ICallResponse

    interface ICallResponse {
        blob: () => Promise<Blob>;
        json: () => Promise<any>;
        status?: number;
    }
    Index

    Properties

    Properties

    blob: () => Promise<Blob>
    json: () => Promise<any>
    status?: number