pokemon-rogue-battle
    Preparing search index...

    Interface UserInfo

    interface UserInfo {
        discordId: string;
        googleId: string;
        hasAdminRole: boolean;
        lastSessionSlot: number;
        username: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    discordId: string
    googleId: string
    hasAdminRole: boolean
    lastSessionSlot: number
    username: string