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
Enabling exactOptionalPropertyTypes in the TSConfig causes a number of errors in the generated api code due to our usage of optional properties not explicitly including undefined. For compatibility, we should be explicit.
Enabling
exactOptionalPropertyTypesin the TSConfig causes a number of errors in the generated api code due to our usage of optional properties not explicitly includingundefined. For compatibility, we should be explicit.