interface Validable {
    validate?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

validate?: boolean