mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-20 03:21:45 +08:00
104c21d84c
@affine/workspace -> (@affine/workspace, @affine/workspace-impl)
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
export interface AwarenessProvider {
|
|
connect(): void;
|
|
disconnect(): void;
|
|
}
|