mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-23 07:34:07 -05:00
31 lines
432 B
TypeScript
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,
|
|
};
|