Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MomentQYC committed Oct 17, 2024
1 parent 3547a27 commit 2ae054a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/misskey-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5194,6 +5194,19 @@ export type operations = {
backgroundImageUrl: string | null;
deeplAuthKey: string | null;
deeplIsPro: boolean;
hfAuthKey: string | null;
hfSpace: boolean;
hfSpaceName: string | null;
hfexampleAudioURL: string | null;
hfexampleText: string | null;
hfexampleLang: string | null;
hfslice: string | null;
hftopK: number | null;
hftopP: number | null;
hfTemperature: number | null;
hfSpeedRate: number | null;
hfnrm: boolean;
hfdas: boolean;
defaultDarkTheme: string | null;
defaultLightTheme: string | null;
description: string | null;
Expand Down

0 comments on commit 2ae054a

Please sign in to comment.