Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io
This commit is contained in:
commit
0c18aab513
3 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ export type TemplateVariableType = {
|
|||
show: boolean;
|
||||
multiline?: boolean;
|
||||
value?: any;
|
||||
input_types?: Array<string>;
|
||||
[key: string]: any;
|
||||
};
|
||||
export type sendAllProps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue