Interface FactSheetPath

interface FactSheetPath {
    path: Path;
    type: "factSheet";
}

Properties

Properties

path: Path
type: "factSheet"

Generated using TypeDoc