Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jan 3, 2024
1 parent 64b0469 commit e3042c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export type Trait = {
trait_type: string;
/** A field indicating how to display. None is used for string traits. */
display_type: TraitDisplayType;
/** Display type of trait */
/** Ceiling for possible numeric trait values */
max_value: string;
/** The value of the trait (e.g. 'Red') */
value: string | number | Date;
Expand Down

0 comments on commit e3042c4

Please sign in to comment.