mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
fix error when searching without a specified host
This commit is contained in:
@@ -25030,7 +25030,7 @@ export type operations = {
|
||||
/** @description The local host is represented with `.`. */
|
||||
host?: string;
|
||||
/** @enum {string|null} */
|
||||
filetype?: 'image' | 'video' | 'audio' | 'module' | 'flash';
|
||||
filetype?: 'image' | 'video' | 'audio' | 'module' | 'flash' | null;
|
||||
/**
|
||||
* Format: misskey:id
|
||||
* @default null
|
||||
|
||||
Reference in New Issue
Block a user