generate missing type for UserLite.isSilenced

This commit is contained in:
Hazelnoot 2024-10-11 14:10:13 -04:00
parent b27b398717
commit adbea34c11
1 changed files with 1 additions and 0 deletions

View File

@ -3862,6 +3862,7 @@ export type components = {
isBot?: boolean;
isCat?: boolean;
speakAsCat?: boolean;
isSilenced: boolean;
instance?: {
name: string | null;
softwareName: string | null;