Skip to content

Commit

Permalink
build misskey-js with types
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Oct 5, 2024
1 parent f3d83c4 commit 0a4e06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/misskey-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3715,6 +3715,7 @@ export type components = {
url: string;
offsetX?: number;
offsetY?: number;
showBelow?: boolean;
}[];
isBot?: boolean;
isCat?: boolean;
Expand Down Expand Up @@ -19697,6 +19698,7 @@ export type operations = {
flipH?: boolean | null;
offsetX?: number | null;
offsetY?: number | null;
showBelow?: boolean | null;
})[];
/** Format: misskey:id */
bannerId?: string | null;
Expand Down

0 comments on commit 0a4e06f

Please sign in to comment.