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

    Type Alias HasAccessToRequest

    HasAccessToRequest: { method: string; module: string }

    Request parameters for checking if the current client has access to a specific API.

    Type Declaration

    • method: string
    • module: string
    {
    module: 'CameraModule',
    method: 'scanQRCode'
    }