import { GetAvailableGiftsResponseSuccess } from './GetAvailableGiftsResponseSuccess.generated'; import { GetAvailableGiftsBadRequestResponse } from './GetAvailableGiftsBadRequestResponse.generated'; import { GetAvailableGiftsUnauthorizedResponse } from './GetAvailableGiftsUnauthorizedResponse.generated'; import { GetAvailableGiftsForbiddenResponse } from './GetAvailableGiftsForbiddenResponse.generated'; import { GetAvailableGiftsNotFoundResponse } from './GetAvailableGiftsNotFoundResponse.generated'; import { GetAvailableGiftsConflictResponse } from './GetAvailableGiftsConflictResponse.generated'; import { GetAvailableGiftsTooManyRequestsResponse } from './GetAvailableGiftsTooManyRequestsResponse.generated'; import { GetAvailableGiftsServerErrorResponse } from './GetAvailableGiftsServerErrorResponse.generated'; import { GetAvailableGiftsUnknownErrorResponse } from './GetAvailableGiftsUnknownErrorResponse.generated'; export type GetAvailableGiftsResponse = GetAvailableGiftsResponseSuccess | GetAvailableGiftsBadRequestResponse | GetAvailableGiftsUnauthorizedResponse | GetAvailableGiftsForbiddenResponse | GetAvailableGiftsNotFoundResponse | GetAvailableGiftsConflictResponse | GetAvailableGiftsTooManyRequestsResponse | GetAvailableGiftsServerErrorResponse | GetAvailableGiftsUnknownErrorResponse;