growi-command.ts 106 B

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