export interface ContentLink { rel: string; target: string; text?: string; }