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

    Type Alias SetBooleanRequest

    Request parameters for storing a boolean value in storage.

    type SetBooleanRequest = {
        key: string;
        value: boolean;
    }
    Index

    Properties

    Properties

    key: string

    Storage key used for read/write operations.

    value: boolean

    Value associated with the storage key.