mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
export {
|
|
setAuthorization,
|
|
setToken,
|
|
getToken,
|
|
authorizationEvent,
|
|
} from './authorization';
|
|
export type { AccessTokenMessage } from './authorization';
|