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