콘텐츠로 이동

WebhookEndpointInput

WebhookEndpointInput = Omit<WebhookEndpoint, "id" | "createdAt" | "updatedAt" | "status"> & object

Defined in: packages/webhook/src/runtime/types.ts:49

optional id?: string

optional status?: WebhookEndpoint["status"]