Type Alias KyselySemaphoreAdapterSettings
KyselySemaphoreAdapterSettings: { expiredKeysRemovalInterval?: TimeSpan; kysely: Kysely<KyselySemaphoreTables>; shouldRemoveExpiredKeys?: boolean;} Type declaration
OptionalexpiredKeysRemovalInterval?: TimeSpan
OptionalshouldRemoveExpiredKeys?: boolean
IMPORT_PATH:
"@daiso-tech/core/semaphore/kysely-semaphore-adapter"