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