export interface InspectViewMode {
  id: string
  title: string
}
