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
fix: add missing 'effectivePlatformFeatures', 'createdAt', 'isPaying' to User interface (#691)
Prerequisite apify/apify-docs#1569 was merged
Questions:
1. The string -> Date conversion happens automatically for all types,
right? So no need to do anything?
2. Do we use explicit `T | null` anywhere if the API returns the type or
null? Seems we like to do `T?` rather
0 commit comments