refactor(ytmusic): rename SearchFilters interface to MusicSearchFilters

This allows us to expose the types from the InnerTube class as there is another interface there named `SearchFilters`
This commit is contained in:
LuanRT
2023-03-15 19:24:17 -03:00
parent 20d84265b5
commit 7ca0607004
3 changed files with 5 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ Searches on YouTube Music.
| Param | Type | Description |
| --- | --- | --- |
| query | `string` | Search query |
| filters? | `object` | Search filters |
| filters? | `MusicSearchFilters` | Search filters |
<details>
<summary>Search Filters</summary>