import { SendPaidMediaResponseSuccess } from './SendPaidMediaResponseSuccess.generated'; import { SendPaidMediaBadRequestResponse } from './SendPaidMediaBadRequestResponse.generated'; import { SendPaidMediaUnauthorizedResponse } from './SendPaidMediaUnauthorizedResponse.generated'; import { SendPaidMediaForbiddenResponse } from './SendPaidMediaForbiddenResponse.generated'; import { SendPaidMediaNotFoundResponse } from './SendPaidMediaNotFoundResponse.generated'; import { SendPaidMediaConflictResponse } from './SendPaidMediaConflictResponse.generated'; import { SendPaidMediaTooManyRequestsResponse } from './SendPaidMediaTooManyRequestsResponse.generated'; import { SendPaidMediaServerErrorResponse } from './SendPaidMediaServerErrorResponse.generated'; import { SendPaidMediaUnknownErrorResponse } from './SendPaidMediaUnknownErrorResponse.generated'; export type SendPaidMediaResponse = SendPaidMediaResponseSuccess | SendPaidMediaBadRequestResponse | SendPaidMediaUnauthorizedResponse | SendPaidMediaForbiddenResponse | SendPaidMediaNotFoundResponse | SendPaidMediaConflictResponse | SendPaidMediaTooManyRequestsResponse | SendPaidMediaServerErrorResponse | SendPaidMediaUnknownErrorResponse;