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

Edit model Comment

parent 96352b96
No related merge requests found
export class Comment {
id: string;
roomid: string;
subject: string;
body: string;
read: boolean;
creationTimestamp: Date;
}
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