chore(webhooks): fix codegen type for webhook return type

This commit is contained in:
Alessandro Magionami
2024-09-11 16:33:52 +02:00
parent 6bda45ac61
commit 8593285d3e
@@ -1,6 +1,3 @@
import { Webhook } from '@/modules/webhooks/domain/types'
export type WebhookGraphQLReturn = Webhook & {
hasSecret: boolean
prejectId: string
}
export type WebhookGraphQLReturn = Webhook