SpaceJoinResponseDto: {
    name: string;
    role: "ADMIN" | "PARTICIPANT";
    spaceId: string;
}