chore: fixing api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-08 16:40:47 +01:00
parent 9ae00e86be
commit 8ed1c3b378
+1 -1
View File
@@ -15,7 +15,7 @@ import { OAuthApi } from '@backstage/core-plugin-api';
export class MicrosoftCalendarApiClient {
constructor(options: { authApi: OAuthApi; fetchApi: FetchApi });
// (undocumented)
getCalendars(params?: any): Promise<Calendar[]>;
getCalendars(): Promise<Calendar[]>;
// (undocumented)
getEvents(
calendarId: string,