Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / docs-shared / lib / MentionsControllerInterface.ts
blob1ce9f4a32d2f2dcfd5d46dd06db4c169787b0bc2
1 export interface MentionsControllerInterface {
2   mentionableUsers: string[]
3   sendMentionNotification(mentionedUser: string): void
4   searchMentionableUsers(query: string): string[]
5   getMentionsFromContent(content: string): string[]