interface OctokitMiscellaneousParams { method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE', headers: any, body?: any, callback?: Function } export { OctokitMiscellaneousParams }