Interface RoomNameEventContent

interface RoomNameEventContent {
    name: string;
}

Properties

Properties

name: string