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
Typecasting (such as typing as any, or to an interface) may be inevitable when some dependencies of the file that is being converted to Typescript is not in Typescript yet, and thus may not be emitting the correct types.
This issue is a holder issue to mark those forced typecastings in the application with an issue number so we can delete them in one shot after a majority of the backend has been migrated.
The text was updated successfully, but these errors were encountered:
Typecasting (such as typing as
any
, or to an interface) may be inevitable when some dependencies of the file that is being converted to Typescript is not in Typescript yet, and thus may not be emitting the correct types.This issue is a holder issue to mark those forced typecastings in the application with an issue number so we can delete them in one shot after a majority of the backend has been migrated.
The text was updated successfully, but these errors were encountered: