Skip to content

Commit

Permalink
Match Titles enum with exported Titles (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienHH authored Feb 10, 2024
1 parent 66610ba commit 76e3f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ declare module 'prismarine-auth' {

export enum Titles {
MinecraftNintendoSwitch = '00000000441cc96b',
MinecraftJava = '00000000402b5328'
MinecraftJava = '00000000402b5328',
XboxAppIOS = '000000004c12ae6f',
XboxGamepassIOS ='000000004c20a908'
}

export enum RelyingParty {
Expand Down

0 comments on commit 76e3f46

Please sign in to comment.