interface UIField {
    label?: string;
    value?: number;
}

Properties

Properties

label?: string
value?: number