Module

MeowClient.SearchProjects

Package
purescript-meowclient
Repository
userfriendanonymous/purescript-meowclient

#Item Source

type Item = { author :: { history :: { joined :: String }, id :: Number, profile :: { id :: Maybe Number, images :: { "32x32" :: String, "50x50" :: String, "55x55" :: String, "60x60" :: String, "90x90" :: String } }, scratchteam :: Boolean, username :: String }, commentsAllowed :: Boolean, description :: String, id :: Number, instructions :: String, isPublished :: Boolean, public :: Boolean, title :: String, visibility :: String }

Project information returned from searching projects.