/** * Directory selection output interface */ export interface IDirectorySelection { repo: string branch: string path: string archiveUrl: string }