UNPKG

@applitools/eyes-browser

Version:
6 lines (5 loc) 155 B
import { ProxySettings } from './ProxySettings'; export type AUTProxySettings = ProxySettings & { mode?: 'Allow' | 'Block'; domains?: string[]; };