7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
|
declare namespace ClientSettings {
|
||
|
interface Values {
|
||
|
"ds4.systemMigrationVersion": number;
|
||
|
"ds4.useSlayingDiceForAutomatedChecks": boolean;
|
||
|
}
|
||
|
}
|