Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / docs-shared / lib / CommentThreadState.ts
blob46aaa5a35eb2167b69abd2040b9cc2102dee3ed0
1 export enum CommentThreadState {
2   Active = 1,
4   /** Normal threads only */
5   Resolved = 2,
7   /** Suggestion threads only */
8   Accepted = 4,
9   Rejected = 5,