projects/tl-elements/src/lib/shared/link.ts
This is a data structure used to diplay links .
href: string
string
value: string
export interface Link { readonly href: string; readonly value: string; }