Files
n8n-enterprise-unlocked/packages/nodes-base/nodes/HttpRequest/interfaces.ts
T

7 lines
109 B
TypeScript

export type HttpSslAuthCredentials = {
ca?: string;
cert?: string;
key?: string;
passphrase?: string;
};