mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
fix: types of data center call
This commit is contained in:
@@ -20,3 +20,6 @@ export function getLogger(namespace: string) {
|
||||
logger.log = console.log.bind(console);
|
||||
return logger;
|
||||
}
|
||||
|
||||
export type { AccessTokenMessage, Member, Workspace } from './apis';
|
||||
export { WorkspaceType } from './apis';
|
||||
|
||||
Reference in New Issue
Block a user