@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250717163058 → 13.346.0-beta.20250718080254

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@league-of-foundry-developers/foundry-vtt-types",
4
- "version": "13.346.0-beta.20250717163058",
4
+ "version": "13.346.0-beta.20250718080254",
5
5
  "description": "TypeScript type definitions for Foundry VTT",
6
6
  "type": "module",
7
7
  "types": "./src/index.d.mts",
@@ -217,7 +217,8 @@ declare namespace SceneControls {
217
217
 
218
218
  type EmittedEvents = [...ApplicationV2.EmittedEvents, "activate"];
219
219
 
220
- interface ActivateOptions extends Pick<SceneControls.RenderOptions, "event" | "control" | "tool" | "toggles"> {}
220
+ interface ActivateOptions
221
+ extends Pick<DeepPartial<SceneControls.RenderOptions>, "event" | "control" | "tool" | "toggles"> {}
221
222
  }
222
223
 
223
224
  declare abstract class AnySceneControls extends SceneControls<