Type Alias ILockProviderBase

ILockProviderBase: {
    create(key: string, settings?: LockProviderCreateSettings): ILock;
}

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

Type declaration