5 lines
52 B
TypeScript
5 lines
52 B
TypeScript
|
export interface Config
|
||
|
{
|
||
|
DebugMode: boolean
|
||
|
}
|