Type Alias WaldiezImportProps
WaldiezImportProps: {
createdAt?: string;
description: string;
edges: Edge[];
flowId?: string;
name: string;
nodes: Node[];
requirements: string[];
storageId?: string;
tags: string[];
updatedAt?: string;
viewport?: Viewport;
}
Type declaration
Optional
createdAt?: string
description: string
edges: Edge[]
Optional
flowId?: string
name: string
nodes: Node[]
requirements: string[]
Optional
storageId?: string
tags: string[]
Optional
updatedAt?: string
Optional
viewport?: Viewport