interface UserPrimaryGuild {
    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