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

    Type Alias GetBooleanRequest

    Request parameters for getting a boolean value from storage.

    type GetBooleanRequest = {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    Storage key used for read/write operations.