export class DocumentVersionDto { id: string; version: number; fichier_nom: string; actif: boolean; televersePar: { id: string; prenom?: string; nom?: string; } | null; televerseLe: Date; activeLe: Date | null; }