UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

7 lines (5 loc) 156 B
import { RateLimitDto } from '../rate-limit/rate-limit.dto' export class ApiResponseDTO<T> { readonly rateLimits?: RateLimitDto readonly response: T }