Named registry of rate-limiter storage adapters. Each key is an adapter alias and the corresponding value is the adapter instance.
OptionalbackoffPolicy?: BackoffPolicyOptionaldefaultAdapter?: NoInfer<TAdapters>The alias of the adapter to use when none is explicitly specified. Must be a key in the adapters map.
OptionalrateLimiterPolicy?: IRateLimiterPolicy
Configuration for
DatabaseRateLimiterFactoryResolver. Convenience resolver that wires namedIRateLimiterStorageAdapterdatabase adapters into rate-limiter logic.IMPORT_PATH:
"@daiso-tech/core/rate-limiter"