Spaces:
Build error
Build error
twenty / packages /twenty-server /src /engine /subscriptions /dtos /remove-query-subscription.input.ts
| import { Field, InputType } from '@nestjs/graphql'; | |
| () | |
| export class RemoveQueryFromEventStreamInput { | |
| () | |
| eventStreamId: string; | |
| () | |
| queryId: string; | |
| } | |