import { GetMyDescriptionResponseSuccess } from './GetMyDescriptionResponseSuccess.generated'; import { GetMyDescriptionBadRequestResponse } from './GetMyDescriptionBadRequestResponse.generated'; import { GetMyDescriptionUnauthorizedResponse } from './GetMyDescriptionUnauthorizedResponse.generated'; import { GetMyDescriptionForbiddenResponse } from './GetMyDescriptionForbiddenResponse.generated'; import { GetMyDescriptionNotFoundResponse } from './GetMyDescriptionNotFoundResponse.generated'; import { GetMyDescriptionConflictResponse } from './GetMyDescriptionConflictResponse.generated'; import { GetMyDescriptionTooManyRequestsResponse } from './GetMyDescriptionTooManyRequestsResponse.generated'; import { GetMyDescriptionServerErrorResponse } from './GetMyDescriptionServerErrorResponse.generated'; import { GetMyDescriptionUnknownErrorResponse } from './GetMyDescriptionUnknownErrorResponse.generated'; export type GetMyDescriptionResponse = GetMyDescriptionResponseSuccess | GetMyDescriptionBadRequestResponse | GetMyDescriptionUnauthorizedResponse | GetMyDescriptionForbiddenResponse | GetMyDescriptionNotFoundResponse | GetMyDescriptionConflictResponse | GetMyDescriptionTooManyRequestsResponse | GetMyDescriptionServerErrorResponse | GetMyDescriptionUnknownErrorResponse;