Update inversify.d.ts

This commit is contained in:
Remo H. Jansen
2016-03-11 09:50:32 +00:00
parent 6a1654c23b
commit 3192bfefde

View File

@@ -73,7 +73,7 @@ declare namespace inversify {
export interface IContext {
kernel: IKernel;
plan: IPlan;
addPlan(plan: IPlan);
addPlan(plan: IPlan): void;
}
export interface IPlan {