export interface IInternalFetchResponse { ok: boolean, status: number, data: any, http_response: Response }