import { DataModel } from './mongodb'; export function forceExtractRawModel(model: DataModel): DataModel['model'] { return (model as any).model; }