export type Site = { TITLE: string; DESCRIPTION: string; }; export type Metadata = { TITLE: string; };