Small Improvements to comments and code

This commit is contained in:
Alexander Cerutti
2019-06-23 16:45:06 +02:00
parent 18bacc8f47
commit 91c6ff1b94
2 changed files with 56 additions and 45 deletions

View File

@@ -13,7 +13,7 @@ export interface Certificates {
}
export interface FactoryOptions {
model: { [key: string]: Buffer } | string;
model: BundleUnit | string;
certificates: Certificates;
overrides?: Object;
}