fix empty object

This commit is contained in:
vigdorov
2020-07-12 14:53:56 +03:00
parent da55228f70
commit 31a58d0dc1
3 changed files with 12 additions and 10 deletions

View File

@ -30,7 +30,7 @@ export class Store extends Document {
@Prop({
required: true,
type: {}
type: Object,
})
value: any;