mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Fix some InvoiceNinja-Node issues
This commit is contained in:
@@ -8,7 +8,7 @@ export interface IContact {
|
||||
}
|
||||
|
||||
export interface IClient {
|
||||
contacts?: IContact[],
|
||||
contacts?: IContact[];
|
||||
name?: string;
|
||||
address1?: string;
|
||||
address2?: string;
|
||||
|
||||
Reference in New Issue
Block a user