chore(webhooks): fix codegen type for webhook return type
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import { Webhook } from '@/modules/webhooks/domain/types'
|
||||
|
||||
export type WebhookGraphQLReturn = Webhook & {
|
||||
hasSecret: boolean
|
||||
prejectId: string
|
||||
}
|
||||
export type WebhookGraphQLReturn = Webhook
|
||||
|
||||
Reference in New Issue
Block a user