UNPKG

cabbie-sync

Version:
6 lines (5 loc) 150 B
/** * @flow * This file is generated automatically, run npm run build to re-generate. **/ export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';