mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
export const crdtColumnNames = {
|
|
haexTimestamp: 'haex_timestamp',
|
|
}
|
|
export * from './crdt'
|
|
export * from './haex'
|