/** * Created by mmichieli on 07/02/2017. */ import { ReferentielModel } from './referentiel.model'; export declare class AudioContentModel { id: number; isDefault: boolean; materialNumber: number; languageId: number; audioContentId: number; audioFormatId: number; licenceId: number; typeMixId: number; support: number; supportLabel: string; availabilityDate: string; languageLabel: string; audioContentLabel: string; audioFormatLabel: string; licenceLabel: string; typeMixLabel: string; statusLabel: string; status: ReferentielModel; uuid: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=audio-content.model.d.ts.map