Skip to content

Commit

Permalink
update island struct
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed Dec 6, 2023
1 parent 1bdb247 commit 4bc2e4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/structs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,11 @@ export interface Island {
mnemonic?: string;
version?: number;
};
woldId?: {
iD?: string,
ownerId?: string;
name?: string;
};
sessionId?: string;
joinInfo?: {
islandJoinability?: string;
Expand Down

0 comments on commit 4bc2e4f

Please sign in to comment.