import { DataType } from "../DataType.enum" export interface Model
{ _id?: string _rev?: string _deleted?: boolean $type: DT }