feat: Move to filtered values

This commit is contained in:
BluJ
2023-05-01 16:44:08 -06:00
parent 04c8e23e21
commit f953160866
4 changed files with 24 additions and 25 deletions

View File

@@ -93,6 +93,7 @@ export interface ValueSpecUnion extends WithStandalone {
spec: InputSpec
}
>
disabled?: string[]
required: boolean
default: string | null
}