UNPKG

nestjs-resilience

Version:

A module for improving the reliability and fault-tolerance of your NestJS applications

5 lines (4 loc) 73 B
export interface ThrottleOptions { ttl: number; limit: number; }