import { GetMyShortDescriptionResponseSuccess } from './GetMyShortDescriptionResponseSuccess.generated'; import { GetMyShortDescriptionBadRequestResponse } from './GetMyShortDescriptionBadRequestResponse.generated'; import { GetMyShortDescriptionUnauthorizedResponse } from './GetMyShortDescriptionUnauthorizedResponse.generated'; import { GetMyShortDescriptionForbiddenResponse } from './GetMyShortDescriptionForbiddenResponse.generated'; import { GetMyShortDescriptionNotFoundResponse } from './GetMyShortDescriptionNotFoundResponse.generated'; import { GetMyShortDescriptionConflictResponse } from './GetMyShortDescriptionConflictResponse.generated'; import { GetMyShortDescriptionTooManyRequestsResponse } from './GetMyShortDescriptionTooManyRequestsResponse.generated'; import { GetMyShortDescriptionServerErrorResponse } from './GetMyShortDescriptionServerErrorResponse.generated'; import { GetMyShortDescriptionUnknownErrorResponse } from './GetMyShortDescriptionUnknownErrorResponse.generated'; export type GetMyShortDescriptionResponse = GetMyShortDescriptionResponseSuccess | GetMyShortDescriptionBadRequestResponse | GetMyShortDescriptionUnauthorizedResponse | GetMyShortDescriptionForbiddenResponse | GetMyShortDescriptionNotFoundResponse | GetMyShortDescriptionConflictResponse | GetMyShortDescriptionTooManyRequestsResponse | GetMyShortDescriptionServerErrorResponse | GetMyShortDescriptionUnknownErrorResponse;