Skip to content

Commit

Permalink
Delete unused interface/import
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 17, 2023
1 parent 9f4ac9e commit 66b764a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/page-view.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { uuidv7 } from './uuidv7'
import * as utils from './utils'

interface PageViewData {
Expand All @@ -25,9 +24,6 @@ interface ScrollProperties {
$prev_pageview_max_content_percentage?: number
}

interface NonPageEventProperties {
$pageview_id: string
}
export class PageViewManager {
_pageViewData: PageViewData | undefined
_hasSeenPageView = false
Expand Down

0 comments on commit 66b764a

Please sign in to comment.