import { RateLimitDto } from '../rate-limit/rate-limit.dto' export class ApiResponseDTO { readonly rateLimits?: RateLimitDto readonly response: T }