mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 07:47:19 +08:00
feat(core): add user list service for blocksuite (#10627)
This commit is contained in:
@@ -5,8 +5,8 @@ export type RemovedUserInfo = {
|
||||
|
||||
export type ExistedUserInfo = {
|
||||
id: string;
|
||||
name: string;
|
||||
avatar: string;
|
||||
name?: string | null;
|
||||
avatar?: string | null;
|
||||
removed?: false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user