Skip to content

Commit

Permalink
Update FVTT globals.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Jan 24, 2024
1 parent d85926c commit 7373c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/globals-fvtt.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ declare global {
export type CompendiumCollection = object;
export type DocumentCollection = object;
export type EditorView = object;
export type EnrichmentOptions = object;
export type FavoriteFolder = object;
export type Folder = object;
export type FontFamilyDefinition = object;
Expand All @@ -15,6 +16,9 @@ declare global {
export type Document = object;
}
}
export namespace ProseMirror {
export type Plugin = object;
}
}

export {};

0 comments on commit 7373c1a

Please sign in to comment.