import { Headers } from 'node-fetch'; export type AzureApiResponse = { status: number; statusText: string; headers: Headers; body: T; };