1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix metadata interfaces exports

This commit is contained in:
Matthias Kretschmann 2020-07-16 13:52:50 +02:00
parent b7cab2dee7
commit ab6cea39d4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
export * from './AdditionalInformation'
export * from './Authentication'
export * from './Curation'
export * from './EditableMetadata'
export * from './EditableMetadataLinks'
export * from './File'
export * from './Metadata'
export * from './MetadataAlgorithm'
export * from './MetadataMain'
export * from './Proof'
export * from './PublicKey'
export * from './Service'
export * from './ServicePrices'

View File

@ -11,7 +11,7 @@ import * as utils from './utils'
// Exports
export * from './ddo/DDO'
export * from './ddo/interfaces/Metadata'
export * from './ddo/interfaces'
export { CreateProgressStep, OrderProgressStep } from './ocean/Assets'