Module

MeowClient.Project.Comment.Reply

Package
purescript-meowclient
Repository
userfriendanonymous/purescript-meowclient

#Value Source

type Value = { author :: { id :: Int, image :: String, scratchteam :: Boolean, username :: String }, commenteeId :: Int, content :: String, datetimeCreated :: String, datetimeModified :: String, id :: Int, parentId :: Int, replyCount :: Int, visibility :: Value }

Reply of a comment on a project.