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

    Type Alias SetStringRequest

    Request parameters for storing a string value in storage.

    type SetStringRequest = {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    Storage key used for read/write operations.

    value: string

    Value associated with the storage key.