Files
ncd-fe/packages/pl-fe/src/normalizers/index.ts
marcin mikołajczak eb231d562e Migrate everything to pl-api
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-08-28 21:07:16 +02:00

14 lines
894 B
TypeScript

export { normalizeAccount, type Account } from './account';
export { normalizeAdminReport, type AdminReport } from './admin-report';
export { normalizeAnnouncement, type AdminAnnouncement, type Announcement } from './announcement';
export { normalizeChatMessage, type ChatMessage } from './chat-message';
export { normalizeGroup, type Group } from './group';
export { normalizeGroupMember, type GroupMember } from './group-member';
export { normalizeNotification, normalizeNotifications, type Notification } from './notification';
export { normalizePoll, normalizePollEdit, type Poll, type PollEdit } from './poll';
export { normalizeStatus, type Status } from './status';
export { normalizeStatusEdit, type StatusEdit } from './status-edit';
export { normalizeTranslation, type Translation } from './translation';
export { PlFeConfigRecord, normalizePlFeConfig } from './pl-fe/pl-fe-config';