SpaceClientCreateBodyDto: {
    allowFileDownload?: boolean;
    autoJoin?: boolean;
    description?: string | null;
    exitRestricted?: boolean;
    isPublic?: boolean;
    name: string;
    representativeName?: string | null;
    retainEnrollmentHistory?: boolean;
    semester?: string | null;
    thumbnailFileId?: string | null;
    vodConcurrentLimit?: boolean;
}