export interface EventTS { hello: { string: string; num: number; }; helloCallback: { result: boolean; }; }