fix json types
This commit is contained in:
@@ -84,7 +84,7 @@ type readyjson={
|
|||||||
session_id:string;
|
session_id:string;
|
||||||
country_code:string;
|
country_code:string;
|
||||||
users:userjson[];
|
users:userjson[];
|
||||||
merged_members:memberjson[];
|
merged_members:[memberjson][];
|
||||||
sessions:{
|
sessions:{
|
||||||
active: boolean,
|
active: boolean,
|
||||||
activities: [],//will need to find example of this
|
activities: [],//will need to find example of this
|
||||||
|
Reference in New Issue
Block a user