Open goldcaddy77 opened 3 years ago
Change this line:
import { BaseModel, JSONField, Model, StringField } from 'warthog';
...to be...
import { BaseModel, JSONField, JsonObject, Model, StringField } from 'warthog';
Change this line:
...to be...