Skip to content
Snippets Groups Projects
Commit 65f8edaf authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Edit model comment

parent f449e7ba
No related merge requests found
export class Comment { export class Comment {
id: string; id: string;
roomId: string; roomId: string;
revision: string revision: string;
subject: string; subject: string;
body: string; body: string;
read: boolean; read: boolean;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment