Update types.ts

This commit is contained in:
syuilo 2025-06-28 21:43:14 +09:00
parent 3c6f07fc8c
commit c5a440cf22
1 changed files with 1 additions and 0 deletions

View File

@ -11327,6 +11327,7 @@ export interface operations {
type?: string | null;
/** Format: misskey:id */
userId?: string | null;
search?: string | null;
};
};
};