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'm trying to create a JS library from my Shared Package that uses spatiak-k FeatureCollection but when looking at the generated type the names get lost and casted as any and when trying to reach them on runtime the names get changed.
exportdeclareclassFooimplementsFooInterface{constructor(httpClient?: any/* HttpClient */);getDataAsync(): Promise<any/* FeatureCollection */>;// <--- It is just commented}
The text was updated successfully, but these errors were encountered:
I'm trying to create a JS library from my Shared Package that uses spatiak-k
FeatureCollection
but when looking at the generated type the names get lost and casted asany
and when trying to reach them on runtime the names get changed.The text was updated successfully, but these errors were encountered: