growi-command.ts 129 B

123456
  1. export type GrowiCommand = {
  2. text: string;
  3. responseUrl: string;
  4. growiCommandType: string;
  5. growiCommandArgs: string[];
  6. };