interface CallsConstraints {
    calls: readonly CallsConstraint[];
    type: "and" | "or" | "one-of";
}

Properties

Properties

calls: readonly CallsConstraint[]
type: "and" | "or" | "one-of"