export interface FetchResponse { readonly headers: string[][]; readonly ok: boolean; readonly status: number; readonly statusText: string; readonly url: string; readonly redirected: boolean; readonly json: object; }