/* eslint-disable */ | |
import { Entity, Column, CreateDateColumn, UpdateDateColumn, PrimaryGeneratedColumn } from 'typeorm' | |
import { IChatFlow } from '../Interface' | |
() | |
export class ChatFlow implements IChatFlow { | |
'uuid') | (|
id: string | |
() | |
name: string | |
() | |
flowData: string | |
nullable: true }) | ({|
apikeyid: string | |
() | |
deployed: boolean | |
() | |
createdDate: Date | |
() | |
updatedDate: Date | |
} | |