import type { EventData } from "./EventData"; export interface HttpNightlyConnectCloudEvent { appId: string; event: EventData; }