Fixed null check errors (#15082)

This commit is contained in:
Kay S
2017-03-10 06:27:17 +01:00
committed by Mohamed Hegazy
parent 722258f19a
commit 53cfab7d40

View File

@@ -261,7 +261,7 @@ declare module "node-forge" {
safeBags: Bag[];
}];
getBags: (filter: BagsFilter) => {
[key: string]: Bag[];
[key: string]: Bag[]|undefined;
localKeyId?: Bag[];
friendlyName?: Bag[];
};