This commit is contained in:
dakkar 2024-06-13 09:24:56 +01:00
parent 599bc708de
commit 6601e95e67

View file

@ -7027,6 +7027,8 @@ export type operations = {
query?: string | null;
/** @default 10 */
limit?: number;
/** @default null */
offset?: number | null;
/** Format: misskey:id */
sinceId?: string;
/** Format: misskey:id */