/**
 * Flowtype definitions for FetchInit
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.14.1
 */

export type FetchInit = {
  endpoint: string,
  method: string,
  headers?: HeadersInit,
  body?: any,
  ...
};
