Interface RawMessageClan

interface RawMessageClan {
    color: string;
    id: string;
    name: string;
    room: number;
}

Properties

Properties

color: string
id: string
name: string
room: number