interface ListBuilderItem {
    isValid: boolean;
    show: boolean;
    value: string;
}

Properties

Properties

isValid: boolean
show: boolean
value: string

Generated using TypeDoc