fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-12 19:12:52 +01:00
parent 6f9c644221
commit d1edf75f6f

View File

@ -5,7 +5,7 @@ import * as interfaces from './interfaces';
import { request } from 'http'; import { request } from 'http';
/** /**
* the options for the @see SmartAcme * the options for the class @see SmartAcme
*/ */
export interface ISmartAcmeOptions { export interface ISmartAcmeOptions {
accountPrivateKey?: string; accountPrivateKey?: string;