diff --git a/src/index.ts b/src/index.ts index fa20d80..8f756a1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,8 @@ import { v4 } from "uuid"; import type { Options } from "./types"; import Table from "./table"; +export { Schema } from "./types"; + let TABLES: Table[] = []; export const types = {