DataLink🔗Definition🔗export interface DataLink { title: string; url: string; targetBlank?: boolean; } See also🔗 DataLinkBuilder