type alias EmailEvent Event data needed for registration pipeline (extends webhook event with display + assignment fields) Definition WebhookEvent & { date: string; location: string; purchase_only: boolean; assign_built_site: boolean; }