/** * Repository info interface (minimal metadata) */ export interface IRepoInfo { default_branch: string full_name: string private: boolean }