Searched refs:RepoInfo (Results 1 – 1 of 1) sorted by relevance
20 type RepoInfo = { alias59 async function getRepoInfo(url: any, examplePath?: string): Promise<RepoInfo | undefined> {85 function hasRepo({ username, name, branch, filePath }: RepoInfo) {94 { username, name, branch, filePath }: RepoInfo117 let repoInfo: RepoInfo | undefined;