GoSBHPF/SBHPFv1/property.go
2025-02-14 01:40:36 +01:00

8 lines
147 B
Go

package sbhpfv1
// Property defines a value, and belongs to a node.
type Property struct {
Key string
Type PropertyType
Value interface{}
}