UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 156 B
export interface IContact { email?: string; name?: string; phone?: string; tags?: string[]; } //# sourceMappingURL=ContactInterface.d.ts.map