interface PathItem {
    path: string;
    repo: string;
}

Hierarchy

Properties

Properties

path: string
repo: string

Generated using TypeDoc