import { GetUserChatBoostsResponseSuccess } from './GetUserChatBoostsResponseSuccess.generated'; import { GetUserChatBoostsBadRequestResponse } from './GetUserChatBoostsBadRequestResponse.generated'; import { GetUserChatBoostsUnauthorizedResponse } from './GetUserChatBoostsUnauthorizedResponse.generated'; import { GetUserChatBoostsForbiddenResponse } from './GetUserChatBoostsForbiddenResponse.generated'; import { GetUserChatBoostsNotFoundResponse } from './GetUserChatBoostsNotFoundResponse.generated'; import { GetUserChatBoostsConflictResponse } from './GetUserChatBoostsConflictResponse.generated'; import { GetUserChatBoostsTooManyRequestsResponse } from './GetUserChatBoostsTooManyRequestsResponse.generated'; import { GetUserChatBoostsServerErrorResponse } from './GetUserChatBoostsServerErrorResponse.generated'; import { GetUserChatBoostsUnknownErrorResponse } from './GetUserChatBoostsUnknownErrorResponse.generated'; export type GetUserChatBoostsResponse = GetUserChatBoostsResponseSuccess | GetUserChatBoostsBadRequestResponse | GetUserChatBoostsUnauthorizedResponse | GetUserChatBoostsForbiddenResponse | GetUserChatBoostsNotFoundResponse | GetUserChatBoostsConflictResponse | GetUserChatBoostsTooManyRequestsResponse | GetUserChatBoostsServerErrorResponse | GetUserChatBoostsUnknownErrorResponse;