Interface JSONPrimaryGuild

interface JSONPrimaryGuild {
    badge: null | string;
    identityEnabled: null | boolean;
    identityGuildID: null | string;
    tag: null | string;
}

Properties

badge: null | string
identityEnabled: null | boolean
identityGuildID: null | string
tag: null | string