Skip to content

Commit

Permalink
Fix Analytics import
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemturner committed Aug 28, 2023
1 parent 455b332 commit ee801c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/graph/analytics/driveItems.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { _DriveItem } from "../files/types.js";
import { analytics } from "./types.js";
import { analytics, IAnalyticsOptions } from "./types.js";
import { ItemAnalytics as IItemAnalytics } from "@microsoft/microsoft-graph-types";

declare module "../files/types" {
Expand Down
1 change: 0 additions & 1 deletion packages/graph/files/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export {
IDeltaItems,
IPreviewOptions,
IFileOptions,
IAnalyticsOptions,
} from "./types.js";

declare module "../fi" {
Expand Down

0 comments on commit ee801c5

Please sign in to comment.