3 lines
217 B
TypeScript
3 lines
217 B
TypeScript
export { Collection, Entry } from "./lib/entry.ts";
|
|
export { Schema, Store } from "./lib/store.ts";
|
|
export type { EntryFor, Field, Property, QueriedFor, QueriedOf, Relation, Structure, Table } from "./lib/typing.ts";
|