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

    Type Alias GetBooleanResult

    GetBooleanResult: { value: boolean | null }

    Result object containing the boolean value.

    Type Declaration

    • value: boolean | null

    Value exists:

    { value: true }
    

    Value not found:

    { value: null }