sendou.ink/app/modules/brackets-manager/index.ts

31 lines
432 B
TypeScript

import { BracketsManager } from "./manager";
import type {
CrudInterface,
Database,
Duel,
OmitId,
OrderingMap,
ParticipantSlot,
Scores,
Side,
StandardBracketResults,
Storage,
Table,
} from "./types";
export {
BracketsManager,
type CrudInterface,
type Database,
type Duel,
type OmitId,
type OrderingMap,
type ParticipantSlot,
type Scores,
type Side,
type StandardBracketResults,
type Storage,
type Table,
};