mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(server): support making doc private in workspace (#10744)
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export enum DocRole {
|
||||
/**
|
||||
* `None` equals to `role = null`, it only exists to give a value that API can use
|
||||
*/
|
||||
None = -(1 << 15),
|
||||
External = 0,
|
||||
Reader = 10,
|
||||
Editor = 20,
|
||||
|
||||
Reference in New Issue
Block a user