taf/augments.d.ts
2024-08-28 21:23:31 -06:00

9 lines
136 B
TypeScript

interface Actor {
/** The system-specific data */
system: any;
};
interface Item {
/** The system-specific data */
system: any;
};