package mpp
type MppUser struct {
Uid string `json:"_id"`
Name string `json:"name"`
Color string `json:"color"`
}
type MppParticipant struct {
MppUser
Id string `json:"id"`