molstar
Version:
A comprehensive macromolecular library.
13 lines (12 loc) • 595 B
TypeScript
/**
* Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
export declare const ccd_chemCompAtom_schema: {
comp_id: import("../../../../mol-data/db/column").Column.Schema.Str;
atom_id: import("../../../../mol-data/db/column").Column.Schema.Str;
charge: import("../../../../mol-data/db/column").Column.Schema.Int;
pdbx_stereo_config: import("../../../../mol-data/db/column").Column.Schema.Aliased<"N" | "R" | "S">;
};