We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988625a commit b24829bCopy full SHA for b24829b
1 file changed
packages/msa-parsers/src/msa/BaseMSA.ts
@@ -20,7 +20,7 @@ export default abstract class BaseMSA {
20
}
21
22
getRowData(_name: string) {
23
- return undefined
+ return undefined as { name?: string; accession?: string; dbxref?: string } | undefined
24
25
26
getStructures(): Record<string, unknown> {
0 commit comments