export interface ComunesRegistroResponse {
    abreviatura?: string;
    descripcion?: string;
    maestroId?: number;
}
