PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/api/pokerogue-account-api
AccountInfoResponse
Interface AccountInfoResponse
interface
AccountInfoResponse
{
discordId
:
string
;
googleId
:
string
;
hasAdminRole
:
boolean
;
lastSessionSlot
:
number
;
username
:
string
;
}
Hierarchy (
View Summary
)
UserInfo
AccountInfoResponse
Index
Properties
discord
Id
google
Id
has
Admin
Role
last
Session
Slot
username
Properties
discord
Id
discordId
:
string
google
Id
googleId
:
string
has
Admin
Role
hasAdminRole
:
boolean
last
Session
Slot
lastSessionSlot
:
number
username
username
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
discord
Id
google
Id
has
Admin
Role
last
Session
Slot
username
GitHub
Switch to Main
PokéRogue
Loading...