import { ReferentialValueModel } from './referential-value.model'; import { AttachedFileModel } from './attached-file.model'; /** * Created by hbentaher on 23/08/2017. */ export declare class FSKIndexModel { id: number; editorialContentId: number; comments: string; dateIndexing: string; judgement: string; indexingNumber: string; provider: string; publication: string; indexingRuntime: string; sourceData: string; category: ReferentialValueModel; listab: ReferentialValueModel; attachedFiles: AttachedFileModel[]; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=fsk-index.model.d.ts.map