@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250705064131 → 13.346.0-beta.20250705110850
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.
|
4
|
+
"version": "13.346.0-beta.20250705110850",
|
5
5
|
"description": "TypeScript type definitions for Foundry VTT",
|
6
6
|
"type": "module",
|
7
7
|
"types": "./src/index.d.mts",
|
@@ -693,7 +693,7 @@ declare class Token extends PlaceableObject<TokenDocument.Implementation> {
|
|
693
693
|
* @returns The job of the movement pathfinder
|
694
694
|
*/
|
695
695
|
findMovementPath(
|
696
|
-
waypoints: Token.FindMovementPathWaypoint,
|
696
|
+
waypoints: Token.FindMovementPathWaypoint[],
|
697
697
|
options?: Token.FindMovementPathOptions,
|
698
698
|
): Token.FindMovementPathJob;
|
699
699
|
|