diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-06-28 21:43:14 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-06-28 21:43:14 +0900 |
| commit | c5a440cf22422d66662bfcadf82a424f3b9a764b (patch) | |
| tree | 25306be2fafcb537a9385d385104ab6018441693 /packages | |
| parent | feat: モデログを検索できるように (diff) | |
| download | misskey-c5a440cf22422d66662bfcadf82a424f3b9a764b.tar.gz misskey-c5a440cf22422d66662bfcadf82a424f3b9a764b.tar.bz2 misskey-c5a440cf22422d66662bfcadf82a424f3b9a764b.zip | |
Update types.ts
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/misskey-js/src/autogen/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index ab8b50e3fb..84c86a1c0f 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -11327,6 +11327,7 @@ export interface operations { type?: string | null; /** Format: misskey:id */ userId?: string | null; + search?: string | null; }; }; }; |