Skip to content

Commit

Permalink
Breaking: Remove DropData in src/foundry/client/data/abstract/client-…
Browse files Browse the repository at this point in the history
…document.d.mts
  • Loading branch information
LukeAbby committed Jan 2, 2025
1 parent 53a1d62 commit 50c1773
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/foundry/client/data/abstract/client-document.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -697,9 +697,6 @@ declare global {
}
}

/** @deprecated {@link Document.DropData | `Document.DropData`} */
export type DropData<T extends Document.Any> = Document.DropData<T>;

// This is yet another `AnyDocument` type.
// It exists specifically because the `Document.AnyConstructor` type is too safe to be merged in with a mixin.
// The `arg0: never, ...args: never[]` trick trips up the base constructor check and so this one with an actual `...args: any[]` one is used instead.
Expand Down

0 comments on commit 50c1773

Please sign in to comment.