import { GetMyCommandsResponseSuccess } from './GetMyCommandsResponseSuccess.generated'; import { GetMyCommandsBadRequestResponse } from './GetMyCommandsBadRequestResponse.generated'; import { GetMyCommandsUnauthorizedResponse } from './GetMyCommandsUnauthorizedResponse.generated'; import { GetMyCommandsForbiddenResponse } from './GetMyCommandsForbiddenResponse.generated'; import { GetMyCommandsNotFoundResponse } from './GetMyCommandsNotFoundResponse.generated'; import { GetMyCommandsConflictResponse } from './GetMyCommandsConflictResponse.generated'; import { GetMyCommandsTooManyRequestsResponse } from './GetMyCommandsTooManyRequestsResponse.generated'; import { GetMyCommandsServerErrorResponse } from './GetMyCommandsServerErrorResponse.generated'; import { GetMyCommandsUnknownErrorResponse } from './GetMyCommandsUnknownErrorResponse.generated'; export type GetMyCommandsResponse = GetMyCommandsResponseSuccess | GetMyCommandsBadRequestResponse | GetMyCommandsUnauthorizedResponse | GetMyCommandsForbiddenResponse | GetMyCommandsNotFoundResponse | GetMyCommandsConflictResponse | GetMyCommandsTooManyRequestsResponse | GetMyCommandsServerErrorResponse | GetMyCommandsUnknownErrorResponse;