1 2 3 4 5 6
export interface IInternalFetchResponse { ok: boolean, status: number, data: any, http_response: Response }