chromium-proxy-settings/common.ts

6 lines
81 B
TypeScript
Raw Normal View History

2024-02-18 14:10:13 +01:00
export interface Storage {
host: string,
port: number,
bypass: string[];
}