UNPKG

coersystem

Version:

Library for Angular projects

9 lines (8 loc) 164 B
export interface IHttpResponse<T> { body: T; status: number; message: string; text: string; arraybuffer: ArrayBuffer | null; ok: boolean; }