summaryrefslogtreecommitdiff
path: root/shrine/types/warning/request.go
blob: c127dee95b7b7835ee6bd24183195c8631d6e34d (plain)
1
2
3
4
5
6
package warning

type WarnRequest struct {
	Title   string `json:"title"`
	Message string `json:"message"`
}