export interface ListItem { id: string; name: string; type: "regulations" | "standards" | "internal_controls" | "others"; }