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

    Type Alias SetStringRequest

    SetStringRequest: { key: string; value: string }

    Request parameters for storing a string value in storage.

    Type Declaration

    • key: string
    • value: string
    { key: 'username', value: 'john_doe' }