UNPKG

cabbie-sync

Version:
10 lines (8 loc) 277 B
/** * @flow * This file is generated automatically, run npm run build to re-generate. **/ import type { HttpMethod } from './http-method'; import type { WebdriverResponse } from './webdriver-response'; import type Browser from '../browser'; export type DriverInterface = any;