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:
@@ -18274,6 +18274,7 @@ export interface operations {
|
||||
untilId?: string;
|
||||
sinceDate?: number;
|
||||
untilDate?: number;
|
||||
search?: string | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user