chore: reference the gapi.client.calnder types directly in the types.d.ts

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-04-19 00:38:40 +02:00
committed by Alex Rybchenko
parent 1429dbbea9
commit 06c648242a
+1 -2
View File
@@ -14,8 +14,7 @@
* limitations under the License.
*/
/// <reference types="gapi.auth2" />
/// <reference types="gapi.client.calendar" />
/// <reference types="@maxim_mazurok/gapi.client.calendar" />
export type GCalendarList = gapi.client.calendar.CalendarList;