Skip to content

Commit

Permalink
Import type only
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechoustoulakis committed Jul 19, 2024
1 parent 872dbd1 commit f150712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adscript/src/integration/AdScriptConfiguration.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Ad } from 'theoplayer';
import type { Ad } from 'theoplayer';
import { EmbeddedContentMetadata } from '../adscript/AdScript';

export interface AdScriptConfiguration {
Expand Down
2 changes: 1 addition & 1 deletion adscript/src/utils/Logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Event } from 'theoplayer';
import type { Event } from 'theoplayer';
import { EmbeddedContentMetadata, MainVideoContentMetadata, PlayerState } from '../adscript/AdScript';

const LOG_THEOPLAYER_EVENTS = true;
Expand Down

0 comments on commit f150712

Please sign in to comment.