drone-1.0.1

Safe HaskellNone
LanguageHaskell2010

Drone.Types.User

Documentation

type User = Record '["id" >: Int, "login" >: Text, "email" >: Text, "avatar" >: Text, "active" >: Bool, "admin" >: Bool, "machine" >: Bool, "syncing" >: Bool, "synced" >: Int, "created" >: Int, "updated" >: Int, "last_login" >: Int] Source #