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

Hierarchy (view full)

Properties

Properties

path: string
repo: string