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

    Type Alias GetBooleanRequest

    Request parameters for getting a boolean value from storage.

    { key: 'isDarkMode' }
    
    type GetBooleanRequest = {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    The key to retrieve the value for.