interface RootAndTarget {
    root: string;
    targetAbsPath: string;
}

Properties

Properties

root: string
targetAbsPath: string

Generated using TypeDoc