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

    Type Alias GetIntRequest

    Request parameters for getting an integer value from storage.

    { key: 'userCount' }
    
    type GetIntRequest = {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    The key to retrieve the value for.