import { GetWebhookInfoResponseSuccess } from './GetWebhookInfoResponseSuccess.generated'; import { GetWebhookInfoBadRequestResponse } from './GetWebhookInfoBadRequestResponse.generated'; import { GetWebhookInfoUnauthorizedResponse } from './GetWebhookInfoUnauthorizedResponse.generated'; import { GetWebhookInfoForbiddenResponse } from './GetWebhookInfoForbiddenResponse.generated'; import { GetWebhookInfoNotFoundResponse } from './GetWebhookInfoNotFoundResponse.generated'; import { GetWebhookInfoConflictResponse } from './GetWebhookInfoConflictResponse.generated'; import { GetWebhookInfoTooManyRequestsResponse } from './GetWebhookInfoTooManyRequestsResponse.generated'; import { GetWebhookInfoServerErrorResponse } from './GetWebhookInfoServerErrorResponse.generated'; import { GetWebhookInfoUnknownErrorResponse } from './GetWebhookInfoUnknownErrorResponse.generated'; export type GetWebhookInfoResponse = GetWebhookInfoResponseSuccess | GetWebhookInfoBadRequestResponse | GetWebhookInfoUnauthorizedResponse | GetWebhookInfoForbiddenResponse | GetWebhookInfoNotFoundResponse | GetWebhookInfoConflictResponse | GetWebhookInfoTooManyRequestsResponse | GetWebhookInfoServerErrorResponse | GetWebhookInfoUnknownErrorResponse;