export interface MarcaVehiculoProjection {
    marVehiculoDes?: string;
    marVehiculoId?: number;
    otraMarca?: boolean;
}
