import type { RequestType } from "./RequestType"; export interface NewRequestEvent { sessionId: string; requestId: string; requestType: RequestType; network: string; }