UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

10 lines (9 loc) 211 B
export type Card = { url: string; title: string; description: string; type: 'link' | 'photo' | 'video' | 'rich'; image: string | null; provider_name: string; provider_url: string; };