correct userjson type
This commit is contained in:
parent
7f80a528ba
commit
2440babacb
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ type userjson={
|
||||||
premium_type: number,
|
premium_type: number,
|
||||||
theme_colors: string,
|
theme_colors: string,
|
||||||
pronouns: string,
|
pronouns: string,
|
||||||
badge_ids: string,
|
badge_ids: string[],
|
||||||
}
|
}
|
||||||
type memberjson= {
|
type memberjson= {
|
||||||
index?:number,
|
index?:number,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue