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

export interface OnLoginEventArgs {
  
}