/** Structured properties for an Open Graph media object (image, video, or audio). */ export interface OpenGraphStructured { ''?: string; 'alt'?: string; 'height'?: number; 'secure_url'?: string; 'type'?: string; 'url'?: string; 'width'?: number; } //# sourceMappingURL=OpenGraphStructured.d.ts.map