diff --git a/src/Model.d.ts b/src/Model.d.ts index eddd773..2ac5590 100644 --- a/src/Model.d.ts +++ b/src/Model.d.ts @@ -126,7 +126,7 @@ type EntityFieldFromType = T['type'] extends ArrayConstructo type ArrayItemType = T extends {items: OneField} ? EntityField - : EntityFieldFromType + : any /* Select the required properties from a model */