@squidcloud/backend
    Preparing search index...

    Type Alias SecureDistributedLockAction

    SecureDistributedLockAction:
        | ((context: DistributedLockContext) => boolean | Promise<boolean>)
        | (() => boolean | Promise<boolean>)

    A function that determines access to a distributed lock, optionally using the lock context.