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