export interface ISharePreview {
    title: string | null;
    image: string;
}
