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

export interface OnTypingEventArgs {
  
}