import { CreateInvoiceLinkResponseSuccess } from './CreateInvoiceLinkResponseSuccess.generated'; import { CreateInvoiceLinkBadRequestResponse } from './CreateInvoiceLinkBadRequestResponse.generated'; import { CreateInvoiceLinkUnauthorizedResponse } from './CreateInvoiceLinkUnauthorizedResponse.generated'; import { CreateInvoiceLinkForbiddenResponse } from './CreateInvoiceLinkForbiddenResponse.generated'; import { CreateInvoiceLinkNotFoundResponse } from './CreateInvoiceLinkNotFoundResponse.generated'; import { CreateInvoiceLinkConflictResponse } from './CreateInvoiceLinkConflictResponse.generated'; import { CreateInvoiceLinkTooManyRequestsResponse } from './CreateInvoiceLinkTooManyRequestsResponse.generated'; import { CreateInvoiceLinkServerErrorResponse } from './CreateInvoiceLinkServerErrorResponse.generated'; import { CreateInvoiceLinkUnknownErrorResponse } from './CreateInvoiceLinkUnknownErrorResponse.generated'; export type CreateInvoiceLinkResponse = CreateInvoiceLinkResponseSuccess | CreateInvoiceLinkBadRequestResponse | CreateInvoiceLinkUnauthorizedResponse | CreateInvoiceLinkForbiddenResponse | CreateInvoiceLinkNotFoundResponse | CreateInvoiceLinkConflictResponse | CreateInvoiceLinkTooManyRequestsResponse | CreateInvoiceLinkServerErrorResponse | CreateInvoiceLinkUnknownErrorResponse;