/** * Created by vsliwka on 03/08/2017. */ export declare class ContentTypeModel { id: number; label: string; category: string; code: string; codeBaseFileName: string; constructor(); fromJSON(json: any): this; }