update misskey-js after recent develop changes
This commit is contained in:
parent
022444f3c1
commit
cea0811ca6
|
@ -11397,6 +11397,13 @@ export type operations = {
|
|||
untilDate?: number;
|
||||
/** @default false */
|
||||
allowPartial?: boolean;
|
||||
/** @default true */
|
||||
withRenotes?: boolean;
|
||||
/**
|
||||
* @description Only show notes that have attached files.
|
||||
* @default false
|
||||
*/
|
||||
withFiles?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue