Type Alias ILockProviderBase

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

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

Type declaration