TrailerVote/trailervote-media-types

View on GitHub
typescript/application/vnd.trailervote.interactive_player.ts

Summary

Maintainability
A
1 hr
Test Coverage
export interface InteractivePlayerV1 {
  interactive_player: {
    title: null | string

    _links: {
      self: { href: string }
      advert: { href: string }
      direct: { href: string }
      product: { href: string }
    }
  }
}