mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Fixed null check errors (#15082)
This commit is contained in:
2
node-forge/index.d.ts
vendored
2
node-forge/index.d.ts
vendored
@@ -261,7 +261,7 @@ declare module "node-forge" {
|
||||
safeBags: Bag[];
|
||||
}];
|
||||
getBags: (filter: BagsFilter) => {
|
||||
[key: string]: Bag[];
|
||||
[key: string]: Bag[]|undefined;
|
||||
localKeyId?: Bag[];
|
||||
friendlyName?: Bag[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user