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

Added comment type

parent a9d60b8d
No related branches found
No related tags found
1 merge request!8create "Basic components"
import { User } from "./user"
export type Comment = {
Data: string,
User: User,
Likes: User[]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment