fix error when searching without a specified host
This commit is contained in:
parent
36545aea8b
commit
c8bb7b9816
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue