The tests in tests/foundry/client/data/abstract/canvas-document.test-d.ts check that doc.object and doc.layer are the appropriate specified types. However, despite the resolution of the circularity issues, the parsing of the types does not appear to be functional and it's just parsing as any
The tests in
tests/foundry/client/data/abstract/canvas-document.test-d.ts
check thatdoc.object
anddoc.layer
are the appropriate specified types. However, despite the resolution of the circularity issues, the parsing of the types does not appear to be functional and it's just parsing asany