components/common/config.ts

5 lines
71 B
TypeScript

export interface Config {
debug: boolean;
browserName: string;
};