Skip to content

Commit

Permalink
fix: Repair to export ERC725JSONSchema since it's ignored by default
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Feb 28, 2024
1 parent 94e1e13 commit f40dead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type {
ERC725JSONSchemaKeyType,
ERC725JSONSchemaValueContent,
ERC725JSONSchemaValueType,
ERC725JSONSchema,
} from './types/ERC725JSONSchema';

export { ERC725Config, KeyValuePair, ProviderTypes } from './types';
Expand Down

0 comments on commit f40dead

Please sign in to comment.