ThrottlerOptionsFactory
interface ThrottlerOptionsFactory {
createThrottlerOptions(): Promise<ThrottlerModuleOptions> | ThrottlerModuleOptions
}
Methods
createThrottlerOptions() |
---|
ParametersThere are no parameters. Returns
|