UNPKG

cabbie-sync

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