interface ParticipantDto {
    email?: string;
    phone?: string;
}

Properties

Properties

email?: string
phone?: string