foundry-vtt-types
foundry-vtt-types copied to clipboard
Clean up errors
These errors have been introduced as a result of other datamodel related changes. Eliminate them.
src/foundry/client/config.d.mts:382:33 - error TS2552: Cannot find name 'RollFunction'. Did you mean 'Function'?
382 functions: Record<string, RollFunction>;
src/foundry/client/data/documents/macro.d.mts:21:22 - error TS2304: Cannot find name 'RegionEvent'.
21 event: Event | RegionEvent;
src/foundry/client/pixi/layers/placeables/tiles.d.mts:55:14 - error TS2416: Property 'controllableObjects' in type 'TilesLayer' is not assignable to the same property in base type 'PlaceablesLayer<"Tile">'.
src/foundry/common/packages/base-package.d.mts:520:15 - error TS2536: Type '"id"' cannot be used to index type 'this'.
520 get name(): this["id"]