Data control element

interface dataControl {
    check: string;
    checkWarn: string;
    name?: string;
}

Properties

Properties

check: string
checkWarn: string
name?: string