/** * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * @author Alexander Rose */ export interface ModelFormat { readonly kind: string; name: string; data: T; }