interface Negatable {
    negate?: boolean;
}

Hierarchy (view full)

Properties

Properties

negate?: boolean

If true, the inverse expression will be created.