import { GetMyNameResponseSuccess } from './GetMyNameResponseSuccess.generated'; import { GetMyNameBadRequestResponse } from './GetMyNameBadRequestResponse.generated'; import { GetMyNameUnauthorizedResponse } from './GetMyNameUnauthorizedResponse.generated'; import { GetMyNameForbiddenResponse } from './GetMyNameForbiddenResponse.generated'; import { GetMyNameNotFoundResponse } from './GetMyNameNotFoundResponse.generated'; import { GetMyNameConflictResponse } from './GetMyNameConflictResponse.generated'; import { GetMyNameTooManyRequestsResponse } from './GetMyNameTooManyRequestsResponse.generated'; import { GetMyNameServerErrorResponse } from './GetMyNameServerErrorResponse.generated'; import { GetMyNameUnknownErrorResponse } from './GetMyNameUnknownErrorResponse.generated'; export type GetMyNameResponse = GetMyNameResponseSuccess | GetMyNameBadRequestResponse | GetMyNameUnauthorizedResponse | GetMyNameForbiddenResponse | GetMyNameNotFoundResponse | GetMyNameConflictResponse | GetMyNameTooManyRequestsResponse | GetMyNameServerErrorResponse | GetMyNameUnknownErrorResponse;