Skip to content

Commit

Permalink
fix: workaround for ts bug in upload capabilities (#171)
Browse files Browse the repository at this point in the history
Same as #169 but for
upload capabilities. Did also a quick look at generated types in other
capabilities and they look fine.

Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
vasco-santos and alanshaw committed Nov 16, 2022
1 parent d85d051 commit b8d05b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/access/src/capabilities/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,7 @@ export const list = base.derive({
*/
derives: equalWith,
})

// ⚠️ We export imports here so they are not omited in generated typedefs
// @see https://github.com/microsoft/TypeScript/issues/51548
export { Link }

0 comments on commit b8d05b2

Please sign in to comment.