Interface EmptyRoomNameState

interface EmptyRoomNameState {
    oldName?: string;
    type: EmptyRoom;
}

Properties

Properties

oldName?: string
type: EmptyRoom