interface License { 'name': string; 'url'?: string; 'additionalProperties'?: Map; } export { License };