From 6ff984df66b28191dd91343667a2c3ccd1badebc Mon Sep 17 00:00:00 2001 From: Vorticalbox Date: Fri, 15 Apr 2022 08:54:55 +0100 Subject: [PATCH] remove: unneeded comment removed left over comment i added when writing this --- index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 5f4c757a..8ee7352b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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'