Skip to content

Commit

Permalink
#1108: intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Sep 29, 2023
1 parent 893fc3a commit 2b98fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/MetadataTypeDefinitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import user from './metadataTypes/definitions/User.definition.js';
import verification from './metadataTypes/definitions/Verification.definition.js';

/**
* Provides access to all metadataType classes
* Provides access to definitions of all metadataType classes
*/
export default {
asset,
Expand Down
4 changes: 1 addition & 3 deletions lib/MetadataTypeInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import verification from './metadataTypes/Verification.js';
/**
* Provides access to all metadataType classes
*/
const MetadataTypeInfo = {
export default {
asset,
attributeGroup,
attributeSet,
Expand Down Expand Up @@ -76,5 +76,3 @@ const MetadataTypeInfo = {
user,
verification,
};

export default MetadataTypeInfo;

0 comments on commit 2b98fe5

Please sign in to comment.