remove: unneeded comment

removed left over comment i added when writing this
This commit is contained in:
Vorticalbox
2022-04-15 08:54:55 +01:00
committed by GitHub
parent 4fa2e5c127
commit 6ff984df66

1
index.d.ts vendored
View File

@@ -11,7 +11,6 @@ interface AccountInfo {
language: string
}
// { query: string; corrected_query: string; estimated_results: number; videos: [] }
interface SearchOptions {
client: 'YTMUSIC' | 'YOUTUBE'
period: 'any' | 'hour' | 'day' | 'week' | 'month' | 'year'