UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 161 B
export type HttpSslAuthCredentials = { ca?: string; cert?: string; key?: string; passphrase?: string; }; //# sourceMappingURL=interfaces.d.ts.map