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