import type { GpxLink } from './GpxLink'; export interface GpxAuthor { name: string; link?: GpxLink; }