Type alias MentionNotification

MentionNotification: BaseNotification & {
    note: INote;
    type: "mention";
    user: IUserLite;
    userId: string;
}

Type declaration

Generated using TypeDoc