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

    Type Alias GetDoubleRequest

    Request parameters for getting a double value from storage.

    { key: 'price' }
    
    type GetDoubleRequest = {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    The key to retrieve the value for.