Skip to content

Commit

Permalink
Merge pull request #8 from tnfAngel/pub-main
Browse files Browse the repository at this point in the history
Merge pub-main into main
  • Loading branch information
tnfAngel authored Dec 8, 2023
2 parents a9cd658 + ecb8d32 commit 1809ff3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions resources/structs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,16 +958,6 @@ export interface PartyUpdateData {
discoverability: 'ALL' | 'INVITED_ONLY';
}

export interface Playlist {
playlistName: string;
tournamentId?: string;
eventWindowId?: string;
linkId?: {
mnemonic?: string;
version?: number;
};
}

export interface Island {
linkId?: {
mnemonic?: string;
Expand All @@ -981,6 +971,7 @@ export interface Island {
sessionId?: string;
joinInfo?: {
islandJoinability?: string;
bIsWorldJoinable?: boolean;
sessionKey?: string;
};
}
Expand Down

0 comments on commit 1809ff3

Please sign in to comment.