import { GetBusinessAccountGiftsResponseSuccess } from './GetBusinessAccountGiftsResponseSuccess.generated'; import { GetBusinessAccountGiftsBadRequestResponse } from './GetBusinessAccountGiftsBadRequestResponse.generated'; import { GetBusinessAccountGiftsUnauthorizedResponse } from './GetBusinessAccountGiftsUnauthorizedResponse.generated'; import { GetBusinessAccountGiftsForbiddenResponse } from './GetBusinessAccountGiftsForbiddenResponse.generated'; import { GetBusinessAccountGiftsNotFoundResponse } from './GetBusinessAccountGiftsNotFoundResponse.generated'; import { GetBusinessAccountGiftsConflictResponse } from './GetBusinessAccountGiftsConflictResponse.generated'; import { GetBusinessAccountGiftsTooManyRequestsResponse } from './GetBusinessAccountGiftsTooManyRequestsResponse.generated'; import { GetBusinessAccountGiftsServerErrorResponse } from './GetBusinessAccountGiftsServerErrorResponse.generated'; import { GetBusinessAccountGiftsUnknownErrorResponse } from './GetBusinessAccountGiftsUnknownErrorResponse.generated'; export type GetBusinessAccountGiftsResponse = GetBusinessAccountGiftsResponseSuccess | GetBusinessAccountGiftsBadRequestResponse | GetBusinessAccountGiftsUnauthorizedResponse | GetBusinessAccountGiftsForbiddenResponse | GetBusinessAccountGiftsNotFoundResponse | GetBusinessAccountGiftsConflictResponse | GetBusinessAccountGiftsTooManyRequestsResponse | GetBusinessAccountGiftsServerErrorResponse | GetBusinessAccountGiftsUnknownErrorResponse;