import { DeleteWebhookResponseSuccess } from './DeleteWebhookResponseSuccess.generated'; import { DeleteWebhookBadRequestResponse } from './DeleteWebhookBadRequestResponse.generated'; import { DeleteWebhookUnauthorizedResponse } from './DeleteWebhookUnauthorizedResponse.generated'; import { DeleteWebhookForbiddenResponse } from './DeleteWebhookForbiddenResponse.generated'; import { DeleteWebhookNotFoundResponse } from './DeleteWebhookNotFoundResponse.generated'; import { DeleteWebhookConflictResponse } from './DeleteWebhookConflictResponse.generated'; import { DeleteWebhookTooManyRequestsResponse } from './DeleteWebhookTooManyRequestsResponse.generated'; import { DeleteWebhookServerErrorResponse } from './DeleteWebhookServerErrorResponse.generated'; import { DeleteWebhookUnknownErrorResponse } from './DeleteWebhookUnknownErrorResponse.generated'; export type DeleteWebhookResponse = DeleteWebhookResponseSuccess | DeleteWebhookBadRequestResponse | DeleteWebhookUnauthorizedResponse | DeleteWebhookForbiddenResponse | DeleteWebhookNotFoundResponse | DeleteWebhookConflictResponse | DeleteWebhookTooManyRequestsResponse | DeleteWebhookServerErrorResponse | DeleteWebhookUnknownErrorResponse;