build misskey-js with types

This commit is contained in:
kakkokari-gtyih 2024-10-05 15:18:07 +09:00
parent f3d83c48f7
commit 0a4e06fe52
1 changed files with 2 additions and 0 deletions

View File

@ -3715,6 +3715,7 @@ export type components = {
url: string;
offsetX?: number;
offsetY?: number;
showBelow?: boolean;
}[];
isBot?: boolean;
isCat?: boolean;
@ -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;