UNPKG

expo

Version:
17 lines 411 B
/** * A fetch RequestInit compatible structure. */ export interface FetchRequestInit { body?: BodyInit; credentials?: RequestCredentials; headers?: HeadersInit; method?: string; signal?: AbortSignal; redirect?: RequestRedirect; integrity?: string; keepalive?: boolean; mode?: RequestMode; referrer?: string; window?: any; } //# sourceMappingURL=fetch.types.d.ts.map