idfm-api/types/exception.go

7 lines
107 B
Go

package types
type Exception struct {
Type string `json:"type"`
Datetime string `json:"datetime"`
}