interface Negatable {
    negate?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

negate?: boolean

If true, the inverse expression will be created.