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
It was erroring when I didn't set the return type because it knew that ProgramInfo was the return type, but ts could not find that interface defn. Looking in the SDK it's in src/program/dev.ts ... but that never seems to be exported anywhere that you can import from externally
The text was updated successfully, but these errors were encountered:
In the CLI I have this function:
It was erroring when I didn't set the return type because it knew that
ProgramInfo
was the return type, but ts could not find that interface defn. Looking in the SDK it's insrc/program/dev.ts
... but that never seems to be exported anywhere that you can import from externallyThe text was updated successfully, but these errors were encountered: