mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
12 lines
212 B
TypeScript
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,
|
|
};
|