export type Link = { url : string; targetUrl : string; name:string; pao:number; };