import { GetUpdatesResponseSuccess } from './GetUpdatesResponseSuccess.generated'; import { GetUpdatesBadRequestResponse } from './GetUpdatesBadRequestResponse.generated'; import { GetUpdatesUnauthorizedResponse } from './GetUpdatesUnauthorizedResponse.generated'; import { GetUpdatesForbiddenResponse } from './GetUpdatesForbiddenResponse.generated'; import { GetUpdatesNotFoundResponse } from './GetUpdatesNotFoundResponse.generated'; import { GetUpdatesConflictResponse } from './GetUpdatesConflictResponse.generated'; import { GetUpdatesTooManyRequestsResponse } from './GetUpdatesTooManyRequestsResponse.generated'; import { GetUpdatesServerErrorResponse } from './GetUpdatesServerErrorResponse.generated'; import { GetUpdatesUnknownErrorResponse } from './GetUpdatesUnknownErrorResponse.generated'; export type GetUpdatesResponse = GetUpdatesResponseSuccess | GetUpdatesBadRequestResponse | GetUpdatesUnauthorizedResponse | GetUpdatesForbiddenResponse | GetUpdatesNotFoundResponse | GetUpdatesConflictResponse | GetUpdatesTooManyRequestsResponse | GetUpdatesServerErrorResponse | GetUpdatesUnknownErrorResponse;