export interface Constant { color?: string; memo?: string; parentValue?: string; id: string; label: string; type: string; value: string; }