mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
add new note search file types (module, flash) and optimize file type query
This commit is contained in:
@@ -25029,7 +25029,8 @@ export type operations = {
|
||||
offset?: number;
|
||||
/** @description The local host is represented with `.`. */
|
||||
host?: string;
|
||||
filetype?: string | null;
|
||||
/** @enum {string|null} */
|
||||
filetype?: 'image' | 'video' | 'audio' | 'module' | 'flash';
|
||||
/**
|
||||
* Format: misskey:id
|
||||
* @default null
|
||||
|
||||
Reference in New Issue
Block a user