fix json types
This commit is contained in:
parent
0beb3c2aad
commit
133da79410
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ type readyjson={
|
|||
session_id:string;
|
||||
country_code:string;
|
||||
users:userjson[];
|
||||
merged_members:memberjson[];
|
||||
merged_members:[memberjson][];
|
||||
sessions:{
|
||||
active: boolean,
|
||||
activities: [],//will need to find example of this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue