/** * @flow * This file is generated automatically, run npm run build to re-generate. **/ export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';