Skip to content

Commit

Permalink
Bad global type bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMeehan committed Dec 9, 2024
1 parent 6fb3e52 commit d982771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/foundry/client/hooks.d.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { EditorState } from "prosemirror-state";
import type { EditorState, Plugin } from "prosemirror-state";
import type { DeepPartial, EmptyObject, ValueOf } from "../../types/utils.d.mts";
import type Document from "../common/abstract/document.d.mts";
import type { EffectChangeData } from "../common/documents/_types.d.mts";
Expand Down
2 changes: 1 addition & 1 deletion src/foundry/common/utils/helpers.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ interface ResolvedUUID {
/**
* The type of Document referenced. Legacy compendium UUIDs will not populate this field if the compendium is not active in the World.
*/
type?: DocumentType;
type?: Document.Type;

/**
* The ID of the Document referenced.
Expand Down

0 comments on commit d982771

Please sign in to comment.