Skip to content

EmbedData

typescript
interface EmbedData {
  srcUrl: string;
  canonicalUrl: string | null;
  title: string | null;
  description: string | null;
  provider: string | null;
}