internal
type ShortcutPreview = 
  | {image: {buffer: unknown, mimeType: string, }, }
  | {url: string, }
  | {text: string, style?: CSSProperties, }