Sporades SDK API
    Preparing search index...

    Type Alias TableAclContext

    Runtime context available while evaluating table ACL rules.

    type TableAclContext = {
        acl: AclHelpers;
        auth: AuthContext;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index