Initial commit
This commit is contained in:
commit
60b0072bcc
47 changed files with 6462 additions and 0 deletions
9
augments.d.ts
vendored
Normal file
9
augments.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
interface Actor {
|
||||
/** The system-specific data */
|
||||
system: any;
|
||||
};
|
||||
|
||||
interface Item {
|
||||
/** The system-specific data */
|
||||
system: any;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue