We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5f950 commit 46244fdCopy full SHA for 46244fd
client/src/services/taxa.ts
@@ -5,7 +5,7 @@ import { HTTP } from '@/services/API'
5
interface Taxa {
6
domain: string
7
kingdom: string | null
8
- phylum: string | null
+ phylum?: string | null
9
taxa_id: number
10
taxa_name: string
11
taxa_sname: string
client/src/utils/search.ts
@@ -2,9 +2,9 @@ import {
2
type Selection,
3
type ModificationType,
4
type Technology,
- type Taxa,
type Cto
} from '@/services/selection'
+import { type Taxa } from '@/services/taxa'
import type { Chrom } from '@/services/chrom'
type SearchBy = 'Modification' | 'Gene/Chrom'
0 commit comments