UNPKG

127 BJavaScriptView Raw
1export type RootOptions = {
2 debug: boolean,
3 cookiesPath: string,
4};
5
6export type SyncOptions = {
7 parent: RootOptions,
8};