Interface ConstrainingRelationPath

interface ConstrainingRelationPath {
    path: Path;
    type: "constrainingRelation";
}

Properties

Properties

path: Path
type: "constrainingRelation"

Generated using TypeDoc