.dungeon/foundry-augments.d.ts
2024-02-06 22:07:49 -07:00

3 lines
55 B
TypeScript

interface Game {
readonly settings: ClientSettings;
}