export interface IReference { text?: string; url: string; }