/** * Created by vsliwka on 13/09/2017. */ export declare class AttachedFileModel { id: number; name: string; path: string; url: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=attached-file.model.d.ts.map