build misskey-js with types
This commit is contained in:
parent
f3d83c48f7
commit
0a4e06fe52
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue