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

    Type Alias GetCountryCodeResult

    Result object containing the country code.

    { countryCode: 'SG' }
    
    { countryCode: 'ID' }
    
    type GetCountryCodeResult = {
        countryCode: string;
    }
    Index

    Properties

    Properties

    countryCode: string

    ISO country code (e.g., "SG", "ID", "MY")