Augment the global namespace
This commit is contained in:
parent
10c118d846
commit
990a7c1bed
1 changed files with 8 additions and 0 deletions
8
foundry-augments.d.ts
vendored
8
foundry-augments.d.ts
vendored
|
|
@ -1,3 +1,11 @@
|
|||
// Type definitions for Foundry VTT v11
|
||||
// Definitions by: Oliver Akins
|
||||
|
||||
namespace foundry {
|
||||
export const data: any;
|
||||
export const abstract: any;
|
||||
}
|
||||
|
||||
interface Game {
|
||||
/**
|
||||
* The named view which is currently active.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue