SpaceChannelUpdated: InternalMessage & {
    accessRights: SfuSpaceChannelAccessRights;
    channelId: string;
    members: string[];
    name: string;
    private: boolean;
    spaceId: string;
}

Type declaration