summary refs log tree commit diff
path: root/src/util/plugin/plugin_data_objects/MessageEventArgs.ts
blob: 0a3498c2ad56edd5006b2fb40226df98d5252423 (plain) (blame)
1
2
3
4
5
6
7
export interface PreMessageEventArgs {
  
}

export interface OnMessageEventArgs {
  
}