export interface UrlLinkPayload {
  description?  : string,
  thumbnailUrl? : string,
  title         : string,
  url           : string,
}
