This commit is contained in:
Paolo Possanzini
2018-01-19 15:57:22 +01:00
parent 07df1fe356
commit dce9daa6c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -13,7 +13,7 @@ export interface AlarmModel {
title: string;
description: string;
date: Date;
source: string;
source?: string;
attaches?: Array<any>;
notes?: Array<any>;