Skip to content

Commit

Permalink
update color stop to make boundVariable optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ymichael committed Sep 17, 2024
1 parent 2117505 commit 5f5333b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-api-standalone.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ interface Constraints {
interface ColorStop {
readonly position: number
readonly color: RGBA
readonly boundVariables: {
readonly boundVariables?: {
[field in VariableBindableColorStopField]?: VariableAlias
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ interface Constraints {
interface ColorStop {
readonly position: number
readonly color: RGBA
readonly boundVariables: {
readonly boundVariables?: {
[field in VariableBindableColorStopField]?: VariableAlias
}
}
Expand Down

0 comments on commit 5f5333b

Please sign in to comment.