export interface FormElementProjection {
    campo?: string;
    etiqueta?: string;
    longitud?: number;
    orden?: number;
    tipoDato?: number;
}
