Interface RelationPath

interface RelationPath {
    path: Path;
    relation: string;
    type: "relation";
}

Properties

Properties

path: Path
relation: string
type: "relation"

Generated using TypeDoc