@squidcloud/backend
    Preparing search index...

    Type Alias SecureApiAction

    SecureApiAction:
        | ((context: ApiCallContext) => boolean | Promise<boolean>)
        | (() => boolean | Promise<boolean>)

    A function that determines access to an API call, optionally using the call context.