|
@@ -14,8 +14,6 @@ import CoarseGrained from './properties/coarse-grained'
|
|
import from_gro from './formats/gro'
|
|
import from_gro from './formats/gro'
|
|
import from_mmCIF from './formats/mmcif'
|
|
import from_mmCIF from './formats/mmcif'
|
|
|
|
|
|
-import { Annotations } from '../../annotations'
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Interface to the "source data" of the molecule.
|
|
* Interface to the "source data" of the molecule.
|
|
*
|
|
*
|
|
@@ -32,7 +30,6 @@ interface Model extends Readonly<{
|
|
conformation: Conformation,
|
|
conformation: Conformation,
|
|
symmetry: Symmetry,
|
|
symmetry: Symmetry,
|
|
coarseGrained: CoarseGrained,
|
|
coarseGrained: CoarseGrained,
|
|
- annotations: Annotations,
|
|
|
|
|
|
|
|
atomCount: number,
|
|
atomCount: number,
|
|
}> {
|
|
}> {
|