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

    Type Alias GetDoubleRequest

    Request parameters for getting a double value from storage.

    type GetDoubleRequest = {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    Storage key used for read/write operations.