ds4/src/module/global.d.ts
2021-05-13 15:41:00 +02:00

7 lines
210 B
TypeScript

declare namespace ClientSettings {
interface Values {
"ds4.systemMigrationVersion": number;
"ds4.useSlayingDiceForAutomatedChecks": boolean;
"ds4.showSlayerPoints": boolean;
}
}