mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
fix: type export
This commit is contained in:
@@ -25,6 +25,7 @@ const _initializeDataCenter = () => {
|
||||
|
||||
export const getDataCenter = _initializeDataCenter();
|
||||
|
||||
export type { DataCenter };
|
||||
export type { AccessTokenMessage } from './provider/affine/apis';
|
||||
export type { WorkspaceInfo as Workspace, User } from './types';
|
||||
export { getLogger } from './logger';
|
||||
|
||||
Reference in New Issue
Block a user