export interface Opcional {
    Id?: string;
    Valor?: string;
}
