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

Changing files name event.d.ts -> event.ts (#1058)

* Changing files name event.d.ts -> event.ts

* Adding Event export to ddo/interfaces/index
This commit is contained in:
Jamie Hewitt 2021-10-04 17:13:24 +03:00 committed by GitHub
parent 606d5c2a0b
commit d0a09d6f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export * from './BestPrice'
export * from './Curation'
export * from './EditableMetadata'
export * from './EditableMetadataLinks'
export * from './Event'
export * from './File'
export * from './Metadata'
export * from './MetadataAlgorithm'