add exclude to EXTERNAL_TYPE_MAP

This commit is contained in:
Steve Klebanoff
2020-07-13 17:11:53 -07:00
parent b1c3c60def
commit 5c1ffe7fc8

View File

@@ -26,6 +26,7 @@ export const docGenConfigs: DocGenConfigs = {
Sell: true,
IterableIterator: true,
Set: true,
Exclude: true,
},
// Some types are not explicitly part of the public interface like params, return values, etc... But we still
// want them exported. E.g error enum types that can be thrown by methods. These must be manually added to this