import { Report } from "./events"; import { SDKUtils } from "./common"; export interface LookAlikeEvent { self: SDKUtils; report: Report; type: LookAlikeEventType; } export type LookAlikeEventType = "Quick View" | "Look A Like";