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

Edit model Comment

parent 79172829
No related merge requests found
export class Comment {
id: string;
roomid: string;
roomId: string;
subject: string;
body: string;
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