mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 04:29:58 +02:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
|
|
export interface Config {
|
|
debug: boolean;
|
|
browserName: string;
|
|
};
|