UNPKG

react-native-vast-client

Version:
11 lines (8 loc) 224 B
import { Creative } from './creative'; export class CreativeNonLinear extends Creative { constructor(creativeAttributes = {}) { super(creativeAttributes); this.type = 'nonlinear'; this.variations = []; } }