import { SetBusinessAccountUsernameResponseSuccess } from './SetBusinessAccountUsernameResponseSuccess.generated'; import { SetBusinessAccountUsernameBadRequestResponse } from './SetBusinessAccountUsernameBadRequestResponse.generated'; import { SetBusinessAccountUsernameUnauthorizedResponse } from './SetBusinessAccountUsernameUnauthorizedResponse.generated'; import { SetBusinessAccountUsernameForbiddenResponse } from './SetBusinessAccountUsernameForbiddenResponse.generated'; import { SetBusinessAccountUsernameNotFoundResponse } from './SetBusinessAccountUsernameNotFoundResponse.generated'; import { SetBusinessAccountUsernameConflictResponse } from './SetBusinessAccountUsernameConflictResponse.generated'; import { SetBusinessAccountUsernameTooManyRequestsResponse } from './SetBusinessAccountUsernameTooManyRequestsResponse.generated'; import { SetBusinessAccountUsernameServerErrorResponse } from './SetBusinessAccountUsernameServerErrorResponse.generated'; import { SetBusinessAccountUsernameUnknownErrorResponse } from './SetBusinessAccountUsernameUnknownErrorResponse.generated'; export type SetBusinessAccountUsernameResponse = SetBusinessAccountUsernameResponseSuccess | SetBusinessAccountUsernameBadRequestResponse | SetBusinessAccountUsernameUnauthorizedResponse | SetBusinessAccountUsernameForbiddenResponse | SetBusinessAccountUsernameNotFoundResponse | SetBusinessAccountUsernameConflictResponse | SetBusinessAccountUsernameTooManyRequestsResponse | SetBusinessAccountUsernameServerErrorResponse | SetBusinessAccountUsernameUnknownErrorResponse;