Browse Source

create interface

zahmis 5 years ago
parent
commit
83c0d1ff7b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/slackbot-proxy/src/interfaces/growi-commands-mappings.ts

+ 3 - 0
packages/slackbot-proxy/src/interfaces/growi-commands-mappings.ts

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