Skip to content

Commit

Permalink
Only import types where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Dec 3, 2024
1 parent 4026b87 commit 3d99457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ts/YospaceListenerAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { AdBreak, Advert } from '@yospace/admanagement-sdk';
import { ArrayUtils } from 'bitmovin-player-ui/dist/js/framework/arrayutils';
import { Logger } from './Logger';
import type { AdBreak, Advert, Session, SessionErrorCode } from '@yospace/admanagement-sdk';
import type { TrackingError } from '@yospace/admanagement-sdk/types/Public/TrackingError';

/** BYS -> BitmovinYospace */
export enum BYSListenerEvent {
Expand Down

0 comments on commit 3d99457

Please sign in to comment.