types
This commit is contained in:
parent
599bc708de
commit
6601e95e67
|
@ -7027,6 +7027,8 @@ export type operations = {
|
||||||
query?: string | null;
|
query?: string | null;
|
||||||
/** @default 10 */
|
/** @default 10 */
|
||||||
limit?: number;
|
limit?: number;
|
||||||
|
/** @default null */
|
||||||
|
offset?: number | null;
|
||||||
/** Format: misskey:id */
|
/** Format: misskey:id */
|
||||||
sinceId?: string;
|
sinceId?: string;
|
||||||
/** Format: misskey:id */
|
/** Format: misskey:id */
|
||||||
|
|
Loading…
Reference in New Issue