Feat: Creating a data flow from a template page #9869 (#10573)

### What problem does this PR solve?

Feat: Creating a data flow from a template page #9869

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-10-15 12:22:41 +08:00
committed by GitHub
parent 3ae126836a
commit 8b512cdadf
3 changed files with 15 additions and 3 deletions

View File

@ -46,6 +46,7 @@ export declare interface IFlow {
export interface IFlowTemplate {
avatar: string;
canvas_type: string;
canvas_category?: string;
create_date: string;
create_time: number;
description: {