export interface OgTag {
    title: string;
    image: string;
    description: string;
    url: string;
}
