export interface NotariaProjection {
    descripcion?: string;
    direccion?: string;
    notariaId?: number;
}
