ds4/src/module/global.d.ts

8 lines
210 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;
2021-05-13 15:41:00 +02:00
"ds4.showSlayerPoints": boolean;
2021-03-22 09:04:45 +01:00
}
}