/** * Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ export interface Script { expression: string; language: 'mol-script' | 'pymol' | 'vmd' | 'jmol'; }