Spaces:
Build error
Build error
twenty / packages /twenty-server /src /engine /metadata-modules /logic-function /dtos /logic-function-logs.dto.ts
| import { Field, HideField, ObjectType } from '@nestjs/graphql'; | |
| ('LogicFunctionLogs') | |
| export class LogicFunctionLogsDTO { | |
| ({ description: 'Execution Logs' }) | |
| logs: string; | |
| () | |
| applicationUniversalIdentifier?: string; | |
| () | |
| applicationId?: string; | |
| () | |
| name?: string; | |
| () | |
| id?: string; | |
| () | |
| universalIdentifier?: string; | |
| } | |