Skip to content

Commit

Permalink
candid!
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan committed Dec 19, 2024
1 parent 15ad7bf commit 5e61595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/libraries/types/can.did
Original file line number Diff line number Diff line change
Expand Up @@ -2117,8 +2117,8 @@ type StringParamChoice = record {
};

type NumberParam = record {
min_size : float64;
max_size : float64;
max_value : float64;
max_value : float64;
choices : vec NumberParamChoice;
};

Expand Down

0 comments on commit 5e61595

Please sign in to comment.