export interface ComunesProjection {
    abreviatura?: string;
    descripcion?: string;
    maestroId?: number;
    requerido?: boolean;
}
