export interface Classification { id: string; name: string; is_open: boolean; is_limited: boolean; is_secret: boolean; }