Files
2026-08-28 17:59:35 +02:00

9 lines
141 B
Go

package models
import "encoding/xml"
type Type struct {
XMLName xml.Name `xml:"type"`
Array *Array `xml:"array,omitempty"`
}