Type Alias ISharedLockFactoryBase

ISharedLockFactoryBase: {
    create(
        key: string,
        settings: SharedLockFactoryCreateSettings,
    ): ISharedLock;
}

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

Type declaration