type Content = {
    subject: string;
    content: string;
};
export type { Content };
