export interface CarnetStatus { id: string; name: string; value: string; color: string; }