Files
trikotwaschliste/models/personlistitem.go
2020-10-09 17:03:30 +02:00

7 lines
100 B
Go

package models
type PersonListItem struct {
Name string `json:"name"`
Count int `json:"count"`
}