Skip to content

Commit

Permalink
Merge pull request #2427 from JPMeehan/1875-MeasuredTemplateConfig
Browse files Browse the repository at this point in the history
MeasuredTemplateConfig
  • Loading branch information
kmoschcau authored Nov 10, 2023
2 parents 184f59f + 080d89c commit c36e729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/foundry/client/apps/forms/measure-template.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ declare global {
direction: number | null;
distance: number | null;
fillColor: string;
hidden: boolean;
t: ValueOf<foundry.CONST.MEASURED_TEMPLATE_TYPES>;
texture: string;
width: number | null;
Expand Down

0 comments on commit c36e729

Please sign in to comment.