@0x/monorepo-scripts
: Add Set
to EXTERNAL_TYPE_MAP
.
This commit is contained in:
@@ -25,6 +25,7 @@ export const docGenConfigs: DocGenConfigs = {
|
||||
Buy: true,
|
||||
Sell: true,
|
||||
IterableIterator: true,
|
||||
Set: 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
|
||||
|
Reference in New Issue
Block a user