Type Alias ISharedLockProviderBase

ISharedLockProviderBase: {
    create(
        key: string,
        settings: SharedLockProviderCreateSettings,
    ): ISharedLock;
}

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

Type declaration