Merge pull request #13438 from overleaf/ii-review-panel-toolbar-shell

[web] Create review panel toolbar shell

GitOrigin-RevId: 561fb18e1239c9b96b52944716a83cf3b8606677
This commit is contained in:
ilkin-overleaf
2023-07-17 10:34:04 +00:00
committed by Copybot
parent ea59a98386
commit e514e97305
21 changed files with 933 additions and 41 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface ReviewPanelPermissions {
read: boolean
write: boolean
admin: boolean
comment: boolean
}