components/@types/common.d.ts
2024-08-06 10:57:17 +02:00

5 lines
71 B
TypeScript

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