export interface ILicense { name: string; full_name: string; components: string[]; more_info_url: string[]; }