generate missing type for UserLite.isSilenced
This commit is contained in:
parent
b27b398717
commit
adbea34c11
|
@ -3862,6 +3862,7 @@ export type components = {
|
||||||
isBot?: boolean;
|
isBot?: boolean;
|
||||||
isCat?: boolean;
|
isCat?: boolean;
|
||||||
speakAsCat?: boolean;
|
speakAsCat?: boolean;
|
||||||
|
isSilenced: boolean;
|
||||||
instance?: {
|
instance?: {
|
||||||
name: string | null;
|
name: string | null;
|
||||||
softwareName: string | null;
|
softwareName: string | null;
|
||||||
|
|
Loading…
Reference in New Issue