Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit complex types carried over in #2634 #2727

Open
LukeAbby opened this issue Jul 30, 2024 · 0 comments
Open

Audit complex types carried over in #2634 #2727

LukeAbby opened this issue Jul 30, 2024 · 0 comments
Labels
foundry v12 This belongs to Foundry VTT version 12

Comments

@LukeAbby
Copy link
Collaborator

For example

  • convert to interfaces
  • Look at the typing of stuff like:
static override create<
  T extends VisualEffectsMaskingFilter,
  Options extends VisualEffectsMaskingFilter.CreateOptions<Options>,
>(this: ConstructorOf<T>, { filterMode, postProcessModes, ...uniforms }?: Options): T;
@JPMeehan JPMeehan added the foundry v12 This belongs to Foundry VTT version 12 label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
foundry v12 This belongs to Foundry VTT version 12
Projects
None yet
Development

No branches or pull requests

2 participants