import {ScreenTypeOx} from 'ox-types'; export class AudiOX { audio: any; askedFor: ScreenTypeOx; constructor(audioHowl: any, askingScreen: ScreenTypeOx) { this.audio = audioHowl; this.askedFor = askingScreen; } }