interface externalKey {
    passphrase: null | string;
    private_key_path: string;
}

Properties

passphrase: null | string
private_key_path: string

Generated using TypeDoc