Skip to content

Commit

Permalink
add model numbers to showtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik-Czulak committed Feb 19, 2024
1 parent d96f28c commit 0fd792a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enum/ShowType.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ enum ShowType: string
case INPUT = 'input'; // input (string)
case INTERVAL = 'interval'; // input (number)
case LIST_BOX = 'list_box'; // single_select
case MODEL_NUMBERS = 'model_numbers'; // input (string)
}

0 comments on commit 0fd792a

Please sign in to comment.