import type { MandatoryProps } from './utils'; export type TravelCompanionRemovedEvent = MandatoryProps & { first_name?: string; last_name?: string; document_type?: string; document_number?: string; };