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

    Type Alias GetCountryCodeResponse

    GetCountryCodeResponse:
        | SDKOkResponse<GetCountryCodeResult>
        | SDKNoContentResponse
        | SDKErrorResponse<403>
        | SDKErrorResponse<424>
        | SDKErrorResponse<500>
        | SDKErrorResponse<501>

    Response when getting the country code.