@@ -0,0 +1,3 @@
+export interface GrowiCommandsMappings{
+ execSlashCommand(body:{[key:string]:string}):Promise<void>
+}