PostCreateBodyDto: {
    allowFileDownload?: boolean;
    content?: string;
    fileIds?: string[];
    isEmergency?: boolean;
    isPinned?: boolean;
    publishAt?: string | null;
    spaceId: string;
    tags?: string[];
    title: string;
    type?: "NOTICE" | "GENERAL" | "QUESTION";
}