package client

type ColumnCompare struct {
	Column  string `json:"column"`
	Value   any    `json:"value"`
	Compare string `json:"compare"`
}