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

export interface OnRegisterEventArgs {
  
}