/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { mmCIF_Database as mmCIF } from 'mol-io/reader/cif/schema/mmcif' interface Entities { data: mmCIF['entity'], getEntityIndex(id: string): number } export { Entities }