update misskey-js after recent develop changes

This commit is contained in:
dakkar 2024-05-31 13:59:37 +01:00
parent 022444f3c1
commit cea0811ca6
1 changed files with 7 additions and 0 deletions

View File

@ -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;
};
};
};