small fix

This commit is contained in:
ricardo 2020-04-01 18:55:40 -04:00
parent 4fc66c9e1c
commit e8a8d31a97
11 changed files with 27 additions and 27 deletions

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const companyOperations = [
{

View file

@ -1,4 +1,4 @@
import { IDataObject } from "n8n-workflow";
import { IDataObject } from 'n8n-workflow';
export interface ICompany {
address?: IDataObject;

View file

@ -1,6 +1,6 @@
import {
IDataObject,
} from "n8n-workflow";
} from 'n8n-workflow';
export interface IAddress {
country_code?: string;

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const contactOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const contactNoteOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const contactTagOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const ecommerceOrderOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const ecommerceProductOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const emailOperations = [
{

View file

@ -1,6 +1,6 @@
import {
INodeProperties,
} from "n8n-workflow";
} from 'n8n-workflow';
export const fileOperations = [
{