mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
@@ -288,5 +288,21 @@ export interface ICustomTemplate {
|
||||
usecases?: string
|
||||
}
|
||||
|
||||
export interface INodeOverrides {
|
||||
[key: string]: {
|
||||
label: string
|
||||
name: string
|
||||
type: string
|
||||
enabled: boolean
|
||||
}[]
|
||||
}
|
||||
|
||||
export interface IVariableOverride {
|
||||
id: string
|
||||
name: string
|
||||
type: 'static' | 'runtime'
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
// DocumentStore related
|
||||
export * from './Interface.DocumentStore'
|
||||
|
||||
Reference in New Issue
Block a user