package lang

type Field struct {
	Name string
	Type string
}
