import { SendVideoNoteResponseSuccess } from './SendVideoNoteResponseSuccess.generated'; import { SendVideoNoteBadRequestResponse } from './SendVideoNoteBadRequestResponse.generated'; import { SendVideoNoteUnauthorizedResponse } from './SendVideoNoteUnauthorizedResponse.generated'; import { SendVideoNoteForbiddenResponse } from './SendVideoNoteForbiddenResponse.generated'; import { SendVideoNoteNotFoundResponse } from './SendVideoNoteNotFoundResponse.generated'; import { SendVideoNoteConflictResponse } from './SendVideoNoteConflictResponse.generated'; import { SendVideoNoteTooManyRequestsResponse } from './SendVideoNoteTooManyRequestsResponse.generated'; import { SendVideoNoteServerErrorResponse } from './SendVideoNoteServerErrorResponse.generated'; import { SendVideoNoteUnknownErrorResponse } from './SendVideoNoteUnknownErrorResponse.generated'; export type SendVideoNoteResponse = SendVideoNoteResponseSuccess | SendVideoNoteBadRequestResponse | SendVideoNoteUnauthorizedResponse | SendVideoNoteForbiddenResponse | SendVideoNoteNotFoundResponse | SendVideoNoteConflictResponse | SendVideoNoteTooManyRequestsResponse | SendVideoNoteServerErrorResponse | SendVideoNoteUnknownErrorResponse;