Interface JSONClan

interface JSONClan {
    badge: string;
    identityEnabled: boolean;
    identityGuildID: string;
    tag: string;
}

Properties

badge: string
identityEnabled: boolean
identityGuildID: string
tag: string