ds4/src/module/global.d.ts

7 lines
169 B
TypeScript
Raw Normal View History

2021-03-22 09:04:45 +01:00
declare namespace ClientSettings {
interface Values {
"ds4.systemMigrationVersion": number;
"ds4.useSlayingDiceForAutomatedChecks": boolean;
}
}