Typescript SDK Type Docs
    Preparing search index...

    Type Alias SuccessResult

    type SuccessResult = {
        body: { count: number; results: JsonObject<JsonObject<string>> };
        headers?: JsonObject<string>;
        statusCode: number;
    }
    Index

    Properties

    body: { count: number; results: JsonObject<JsonObject<string>> }
    headers?: JsonObject<string>
    statusCode: number