growi-bot-event.ts 71 B

1234
  1. export interface GrowiBotEvent<T> {
  2. eventType: string,
  3. event: T,
  4. }