@@ -0,0 +1,7 @@
+
+export interface GrowiUriInjector {
+ inject(body: any, growiUri:string): any;
+ extract(body: any): string;
+}