Skip to content

Commit

Permalink
Update ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Jan 27, 2025
1 parent 52beef8 commit 2c2cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export interface GradientStop {
/**
* Hex string or player number of the desired colour
*/
colour: PositiveInteger | Colourstrings;
colour: PositiveInteger | Colourstrings | Colourfuncs;
opacity?: number;
}
/**
Expand Down

0 comments on commit 2c2cb57

Please sign in to comment.