Type Alias WaldiezFlowInfo

WaldiezFlowInfo: {
    description: string;
    flowId: string;
    name: string;
    requirements: string[];
    storageId: string;
    tags: string[];
}

Type declaration

  • description: string
  • flowId: string
  • name: string
  • requirements: string[]
  • storageId: string
  • tags: string[]