mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 17:39:55 +08:00
c26df2e069
create new orm table docConfiguration move primary store to docConfiguration
12 lines
234 B
TypeScript
12 lines
234 B
TypeScript
export type {
|
|
DBSchemaBuilder,
|
|
FieldSchemaBuilder,
|
|
ORMClient,
|
|
Entity as ORMEntity,
|
|
Table,
|
|
TableMap,
|
|
TableSchemaBuilder,
|
|
UpdateEntityInput,
|
|
} from './core';
|
|
export { createORMClient, f, t, YjsDBAdapter } from './core';
|