PostUpdateBodyDto: {
    allowFileDownload?: boolean;
    content?: string;
    fileIds?: string[];
    isEmergency?: boolean;
    isPinned?: boolean;
    publishAt?: string | null;
    status?: "SCHEDULED" | "PUBLISHED" | "ARCHIVED";
    tags?: string[];
    title?: string;
    type?: "NOTICE" | "GENERAL" | "QUESTION";
}