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

    Type Alias SetIntRequest

    Request parameters for storing an integer value in storage.

    type SetIntRequest = {
        key: string;
        value: number;
    }
    Index

    Properties

    Properties

    key: string

    Storage key used for read/write operations.

    value: number

    Value associated with the storage key.