package ast

type Field struct {
	Name string
	Type *Type
}
