Improved types, messages and exported objects

This commit is contained in:
Alexander Cerutti
2019-07-25 23:08:21 +02:00
parent 040e4a891f
commit 9321ccc4ba
3 changed files with 10 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ export interface Certificates {
export interface FactoryOptions {
model: BundleUnit | string;
certificates: Certificates;
overrides?: Object;
overrides?: OverridesSupportedOptions;
}
export interface BundleUnit {