export interface SpyEvent {
  spyEventType: string;
}
