wwf
2025-11-18 77950e48c76f4a3b29d01831d43039caba29888a
app/components/base/text-generation/types.ts
@@ -21,13 +21,13 @@
}
export type UserInputFormSelect = {
  select: UserInputForm & {
  'select': UserInputForm & {
    options: string[]
  }
}
export type UserInputFormParagraph = {
  paragraph: UserInputForm
  'paragraph': UserInputForm
}
export type VisionConfig = VisionSettings