import { RefundStarPaymentResponseSuccess } from './RefundStarPaymentResponseSuccess.generated'; import { RefundStarPaymentBadRequestResponse } from './RefundStarPaymentBadRequestResponse.generated'; import { RefundStarPaymentUnauthorizedResponse } from './RefundStarPaymentUnauthorizedResponse.generated'; import { RefundStarPaymentForbiddenResponse } from './RefundStarPaymentForbiddenResponse.generated'; import { RefundStarPaymentNotFoundResponse } from './RefundStarPaymentNotFoundResponse.generated'; import { RefundStarPaymentConflictResponse } from './RefundStarPaymentConflictResponse.generated'; import { RefundStarPaymentTooManyRequestsResponse } from './RefundStarPaymentTooManyRequestsResponse.generated'; import { RefundStarPaymentServerErrorResponse } from './RefundStarPaymentServerErrorResponse.generated'; import { RefundStarPaymentUnknownErrorResponse } from './RefundStarPaymentUnknownErrorResponse.generated'; export type RefundStarPaymentResponse = RefundStarPaymentResponseSuccess | RefundStarPaymentBadRequestResponse | RefundStarPaymentUnauthorizedResponse | RefundStarPaymentForbiddenResponse | RefundStarPaymentNotFoundResponse | RefundStarPaymentConflictResponse | RefundStarPaymentTooManyRequestsResponse | RefundStarPaymentServerErrorResponse | RefundStarPaymentUnknownErrorResponse;