Interface ConstrainBooleanParameters

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

    Properties

    Properties

    exact?: boolean
    ideal?: boolean