type ContentFile = {
    file_name: string;
    file_extension: string;
    content: string;
};
export type { ContentFile };
