interface IODataValueOfBoolean {
    value?: boolean;
}

Implemented by

Properties

Properties

value?: boolean