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

    Type Alias GetStringRequest

    Request parameters for getting a string value from storage.

    { key: 'username' }
    
    type GetStringRequest = {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    The key to retrieve the value for.