mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Update inversify.d.ts
This commit is contained in:
2
inversify/inversify.d.ts
vendored
2
inversify/inversify.d.ts
vendored
@@ -73,7 +73,7 @@ declare namespace inversify {
|
||||
export interface IContext {
|
||||
kernel: IKernel;
|
||||
plan: IPlan;
|
||||
addPlan(plan: IPlan);
|
||||
addPlan(plan: IPlan): void;
|
||||
}
|
||||
|
||||
export interface IPlan {
|
||||
|
||||
Reference in New Issue
Block a user