UNPKG

strapi-plugin-oembed

Version:
7 lines (6 loc) 153 B
import type { OembedData } from '@extractus/oembed-extractor'; export type Oembed = { url: string; oembed: OembedData; thumbnail: string; };