type SiteMeta = {
title: string;
description?: string;
ogImage?: string | undefined;
articleDate?: string | undefined;
atUri?: string | undefined;
};
export type { SiteMeta };