| import { IsDefined, IsString } from 'class-validator'; | |
| export class IntegrationFunctionDto { | |
| () | |
| () | |
| name: string; | |
| () | |
| () | |
| id: string; | |
| data: any; | |
| } | |
| import { IsDefined, IsString } from 'class-validator'; | |
| export class IntegrationFunctionDto { | |
| () | |
| () | |
| name: string; | |
| () | |
| () | |
| id: string; | |
| data: any; | |
| } | |