SpaceUpdateBodyDto: {
    allowFileDownload?: boolean;
    autoJoin?: boolean;
    description?: string | null;
    enabledMenus?: string[];
    exitRestricted?: boolean;
    groupActive?: boolean;
    isActive?: boolean;
    isPublic?: boolean;
    messageEnabled?: boolean;
    name?: string;
    representativeName?: string | null;
    retainEnrollmentHistory?: boolean;
    semester?: string | null;
    startMenu?: string;
    thumbnailFileId?: string | null;
    vodConcurrentLimit?: boolean;
}