-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
CS always sends references as an array of entries. It means that all references must be like arrays, and empty arrays in case if reference is not specified. Even if this field is not mandatory, it will be an empty array.
{
someEntryReference: EntryModel[]
}
But for some reason TSGen gives you:
{
someEntryReference?: EntryModel
}
Looks like a bug or not documented behavior.
sgoess
Metadata
Metadata
Assignees
Labels
No labels