dwn-sdk-js
dwn-sdk-js copied to clipboard
Export all types that are referenced by all exported types
Currently there are types referenced by exported types that are not explicitly exported, we should export them all.
Run npx typedoc --validation --entryPoints src/index.ts agains the repo and look for:
[warning]... defined in... but not included in the documentation
And remove all those instances by exporting the type referenced.