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