1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-30 01:04:36 +02:00

Update types.ts

This commit is contained in:
syuilo
2025-06-28 21:43:14 +09:00
parent 3c6f07fc8c
commit c5a440cf22

View File

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