UNPKG

cabbie-sync

Version:
14 lines (13 loc) 264 B
/** * * This file is generated automatically, run npm run build to re-generate. **/ export declare type Cookie = { name?: string; value?: string; path?: string; domain?: string; httpOnly?: boolean; secure?: boolean; expiry?: number; };