Type Alias ILockFactoryBase

ILockFactoryBase: {
    create(key: string, settings?: LockFactoryCreateSettings): ILock;
}

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

Type declaration