@squidcloud/backend
    Preparing search index...

    Type Alias SecureNativeQueryAction

    SecureNativeQueryAction:
        | ((context: NativeQueryContext) => boolean | Promise<boolean>)
        | (() => boolean | Promise<boolean>)

    A function that determines access to a native query, optionally using the query context.