Merge branch 'develop' of github.com:thecodingmachine/workadventure into upgrade_typescript_4.5
This commit is contained in:
commit
b2bcfde5b1
64 changed files with 1650 additions and 145 deletions
|
@ -19,6 +19,7 @@ export interface FetchMemberDataByUuidResponse {
|
|||
textures: CharacterTexture[];
|
||||
messages: unknown[];
|
||||
anonymous?: boolean;
|
||||
userRoomToken: string | undefined;
|
||||
}
|
||||
|
||||
class AdminApi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue