import type { MandatoryProps } from './utils'; export type ProfileUpdatedEvent = MandatoryProps & { first_name?: string; last_name?: string; email?: string; phone?: string; birth_date?: string; gender?: string; document_type?: string; document_number?: string; };