export interface IRepoLinks {
    repo: any;
    issues: any;
    wiki: any;
    projects: any;
    href: string;
    target: string;
    desc: string;
    cCode: string;
}
//# sourceMappingURL=IRepoLinks.d.ts.map