/
voting
/
frontend
Обзор
Документация
Войти
/
voting
/
frontend
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
main
src/api/types/index.ts
41 строка
943 B
TimPulin
042-participant-votes-client
19 июл 2026, 18:40
19 июл 2026, 18:40
20d7497
Код
Авторство
О чём код?
export type { AdminEventResponseDto, CreateEventDto, CurrentNominationResponseDto, ScreenResponseDto, SetCurrentNominationDto, SetScreenDto, UpdateEventDto } from './admin-events' export type { AdminNominationResponseDto, BulkNominationItemDto, BulkNominationsDto, CreateNominationDto, UpdateNominationDto } from './admin-nominations' export type { AdminNomineeResponseDto, BulkNomineeItemDto, BulkNomineesDto, CreateNomineeDto, UpdateNomineeDto } from './admin-nominees' export type { EventScreenType, EventStatus, NominationStatus, ResultScreenType } from './enums' export type { CurrentNominationDetailsResponseDto, CurrentNominationNominationDto, EventDetailsDto, NomineeDetailsDto } from './events' export type { NominationDetailsDto, NominationListItemDto, NomineeItemDto } from './participant-nominations' export type { UpsertVoteDto, VoteResponseDto } from './participant-votes'