UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 144 B
import { KeyPairType } from './keyPairType'; export declare class SourceControlGenerateKeyPair { readonly keyGeneratorType?: KeyPairType; }