Skip to content
Snippets Groups Projects
Commit 467f632e authored by Matt Kirby's avatar Matt Kirby
Browse files

Comment type

parent f4ac4e04
No related branches found
No related tags found
1 merge request!27ALL Requirements done!!
export type Comment = {
PostId: string;
AuthorId: string;
Content: string;
IsPostAuthor: boolean;
LikerIds: String[];
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment