Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io

This commit is contained in:
Lucas Oliveira 2023-06-28 11:35:34 -03:00
commit 0c18aab513
3 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@ export type TemplateVariableType = {
show: boolean;
multiline?: boolean;
value?: any;
input_types?: Array<string>;
[key: string]: any;
};
export type sendAllProps = {