@travetto/model
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "0.0.35" | ||
"version": "0.0.36" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Schema, BindUtil, ClassWithSchema, DeepPartial } from '@travetto/schema'; | ||
import { Schema } from '@travetto/schema'; | ||
import { ModelCore } from './model'; | ||
@@ -9,4 +9,2 @@ import { ModelOptions, ModelRegistry } from '../service'; | ||
static from: ClassWithSchema<any>['from']; | ||
id?: string; | ||
@@ -13,0 +11,0 @@ version?: string; |
37520
943