import type { MandatoryProps } from './utils'; export type EmergencyContactRemovedEvent = MandatoryProps & { first_name?: string; last_name?: string; phone?: string; };