import type { OpenGraphStructuredProperty } from './OpenGraphStructuredProperty.ts'; /** Open Graph protocol metadata for rich link previews. */ export interface OpenGraphMeta { audio?: OpenGraphStructuredProperty; description?: string; determiner?: string; image?: OpenGraphStructuredProperty; locale?: string | string[]; site_name?: string; title?: string; type?: string; url?: string; video?: OpenGraphStructuredProperty; } //# sourceMappingURL=OpenGraphMeta.d.ts.map