Update types.ts
This commit is contained in:
parent
3c6f07fc8c
commit
c5a440cf22
|
@ -11327,6 +11327,7 @@ export interface operations {
|
||||||
type?: string | null;
|
type?: string | null;
|
||||||
/** Format: misskey:id */
|
/** Format: misskey:id */
|
||||||
userId?: string | null;
|
userId?: string | null;
|
||||||
|
search?: string | null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue