Type Alias LockFactorySettings

LockFactorySettings: LockFactorySettingsBase & { adapter: LockAdapterVariants }

Configuration for LockFactory. Extends LockFactorySettingsBase with a required adapter.

IMPORT_PATH: "@daiso-tech/core/lock"

Type declaration

  • adapter: LockAdapterVariants

    The underlying lock adapter that handles the actual locking operations.