Adam Berkowitz
02/14/2023, 3:19 PMclient.collections().update()
call. typescript says that the return value of update
is of type CollectionSchema
. however, it looks like what actually comes back from the promise is either a CollectionFieldSchema
or CollectionUpdateFieldSchema
. I can submit an issue to github, but I wanted to check if I was missing something obvious first. further details added in a threadAdam Berkowitz
02/14/2023, 3:19 PMupdate
isAdam Berkowitz
02/14/2023, 3:20 PMAdam Berkowitz
02/14/2023, 3:21 PMJason Bosco
02/14/2023, 4:21 PMAdam Berkowitz
02/14/2023, 4:21 PMAdam Berkowitz
02/14/2023, 4:35 PM