package structs
// swagger:model NotificationBody
type NotificationBody struct {
UserIds []string
Type uint8
Title string
}