Type Alias ILockProviderFactory<TAdapters>

ILockProviderFactory: { use(adapterName?: TAdapters): ILockProvider }

The ILockProviderFactory contract makes it easy to configure and switch between different ILockProvider dynamically.

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

Type Parameters

  • TAdapters extends string = string

Type declaration