interface Repo {
    enableIndexing: boolean;
    name: string;
    path: string;
}

Properties

enableIndexing: boolean
name: string
path: string