mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-09 08:33:39 +00:00
make hint optional in model
This commit is contained in:
@@ -18,7 +18,7 @@ export type ParamsInfo = {
|
||||
export type ParamInfo = {
|
||||
key: string;
|
||||
display: string;
|
||||
hint: string;
|
||||
hint?: string;
|
||||
type: string;
|
||||
placeholder?: string;
|
||||
options?: string[];
|
||||
|
||||
Reference in New Issue
Block a user