UNPKG

nestjs-throttler-storage-mongo

Version:
5 lines (4 loc) 163 B
import { ThrottlerStorageMongo } from './throttler-storage-mongo.interface'; export type Type<T extends ThrottlerStorageMongo> = { new (...args: any[]): T; };