UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

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