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

    Type Alias GetStringResult

    GetStringResult: { value: string | null }

    Result object containing the string value.

    Type Declaration

    • value: string | null

    Value exists:

    { value: 'john_doe' }
    

    Value not found:

    { value: null }