mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
306b68da6b
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
export type HttpSslAuthCredentials = {
|
|
ca?: string;
|
|
cert?: string;
|
|
key?: string;
|
|
passphrase?: string;
|
|
};
|