idfm-api/types/exception.go

7 lines
107 B
Go
Raw Normal View History

2023-07-14 10:23:33 +00:00
package types
type Exception struct {
Type string `json:"type"`
Datetime string `json:"datetime"`
}