mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
export { collection } from './db/collection';
|
|
export { DBClient as DB } from './db/db';
|
|
export type { Collection, QueryOptions } from './db/collection';
|