package recordview

type DisplayColumn struct {
	Name   string
	Hidden bool
	Order  string
}
