export interface ReabrirCierreDto { // Min 10, max 500 caracteres (validado en backend con DataAnnotations). justificacion: string; }