@grabjs/superapp-sdk
    Preparing search index...

    Type Alias GetDoubleResponse

    GetDoubleResponse:
        | SDKOkResponse<GetDoubleResult>
        | SDKNoContentResponse
        | SDKErrorResponse<400>
        | SDKErrorResponse<424>
        | SDKErrorResponse<500>
        | SDKErrorResponse<501>

    Response when getting a double value.