Type alias APISimpleUser

APISimpleUser: Omit<APIUser, "rating" | "nick_color">

Simple user type typically found in array of users

Generated using TypeDoc