sendou.ink/app/modules/brackets-manager/index.ts
2026-04-18 14:38:06 +03:00

12 lines
212 B
TypeScript

import { BracketsManager } from "./manager";
import type { CrudInterface, Database, OmitId, Table } from "./types";
export {
BracketsManager,
type CrudInterface,
type Database,
type OmitId,
type Table,
};