UNPKG

twilio

Version:
8 lines (7 loc) 197 B
export default class Response<TPayload> { statusCode: number; body: TPayload; headers: any; constructor(statusCode: number, body: TPayload, headers: any); toString(): string; }