export interface RepoUrlPickerState { host?: string; owner?: string; repoName?: string; organization?: string; workspace?: string; project?: string; }