import type { NamedModelObject } from '../../../model/malloy_types'; export interface ModelEntry { entry: NamedModelObject; exported?: boolean; }