mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Feature: Custom Templates (#3169)
* New Feature: Custom Templates in the marketplace. * New Feature: Custom Templates in the marketplace. * Custom Template Delete and Shortcut in the dropdown menu * auto detect framework * minor ui fixes * adding custom template feature for tools * ui tool dialog save template --------- Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
@@ -273,5 +273,18 @@ export interface IApiKey {
|
||||
updatedDate: Date
|
||||
}
|
||||
|
||||
export interface ICustomTemplate {
|
||||
id: string
|
||||
name: string
|
||||
flowData: string
|
||||
updatedDate: Date
|
||||
createdDate: Date
|
||||
description?: string
|
||||
type?: string
|
||||
badge?: string
|
||||
framework?: string
|
||||
usecases?: string
|
||||
}
|
||||
|
||||
// DocumentStore related
|
||||
export * from './Interface.DocumentStore'
|
||||
|
||||
Reference in New Issue
Block a user