export interface UrlPathParsedResult {
    currentValue: string;
    ownerName: string;
    repoName: string;
}
