1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 13:23:58 +02:00

feat(backend): クリップ内でノートを検索できるように

This commit is contained in:
syuilo
2025-06-29 15:10:51 +09:00
parent c215cccf1d
commit 8bc822d829
3 changed files with 14 additions and 0 deletions

View File

@@ -18274,6 +18274,7 @@ export interface operations {
untilId?: string;
sinceDate?: number;
untilDate?: number;
search?: string | null;
};
};
};