You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the json type when defining my document with defineDocumentType, however this generates to an any type, causing pain inside of the actual app. Would it be possible to pass in Typescript interfaces/types in the future to alleviate this?
thanks
The text was updated successfully, but these errors were encountered:
I am currently using the json type when defining my document with
defineDocumentType
, however this generates to anany
type, causing pain inside of the actual app. Would it be possible to pass in Typescript interfaces/types in the future to alleviate this?thanks
The text was updated successfully, but these errors were encountered: