mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 05:34:47 +08:00
Update inversify.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -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