interface ConstrainBooleanParameters {
    exact?: boolean;
    ideal?: boolean;
}
Index

Properties

Properties

exact?: boolean
ideal?: boolean