Chameleon
    Preparing search index...

    Interface UserPrimaryGuild

    interface UserPrimaryGuild {
        identityGuildId: string | null;
        identityEnabled: boolean | null;
        tag: string | null;
        badge: string | null;
    }
    Index

    Properties

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