Fix some InvoiceNinja-Node issues

This commit is contained in:
Jan Oberhauser
2020-03-16 23:26:27 +01:00
parent a5a2f4606c
commit d3a2456de9
15 changed files with 129 additions and 214 deletions

View File

@@ -8,7 +8,7 @@ export interface IContact {
}
export interface IClient {
contacts?: IContact[],
contacts?: IContact[];
name?: string;
address1?: string;
address2?: string;