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";