Please consider exporting StorageAPI interface for TypeScript

Other API interfaces are exposed, but StorageAPI isn’t as follows:

interface StorageAPI extends StorageMethods, QueryApi {
}
  • Verified with @forge/api:2.0.0 (@forge/api/out/index.d.ts)

If this isn’t intentional, please export the interface so that Forge app developers can use the interface in their app without mocking it.

2 Likes

Any comments on this issue Atlassian?

Hey @i05 and @MWulff,

We have fixed this internally and it will be available next week as part of the next @forge/api release.

4 Likes