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

8 lines
126 B
Go

package models
import "encoding/xml"
type ProjectInformation struct {
XMLName xml.Name `xml:"ProjectInformation"`
}