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