diff --git a/src/factory.ts b/src/factory.ts index f2ea1b0..f806f5c 100644 --- a/src/factory.ts +++ b/src/factory.ts @@ -11,7 +11,9 @@ const readDir = promisify(_readdir); const readFile = promisify(_readFile); interface FactoryOptions { - model: string | { [key: string]: Buffer }, + model: string | { + [key: string]: Buffer + }, certificates: Certificates; overrides?: Object; }