export interface ISimpleLink {
    Url: string;
    Description: string;
    target?: string;
}
//# sourceMappingURL=ISimpleLink.d.ts.map