Interface RawClanOwner

interface RawClanOwner {
    avatar: string;
    color: string;
    id: number;
    username: string;
}

Properties

Properties

avatar: string
color: string
id: number
username: string