export interface PlantaDropdownDto { idPlanta: number; nombre: string; }