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

add interface export

This commit is contained in:
Bogdan Fazakas 2022-01-10 19:20:59 +02:00
parent 0a9cb3d592
commit 0d74f71fb1

View File

@ -5,3 +5,4 @@ export * from './models'
export * from './utils'
export * from './@types'
export * from './provider'
export * from './interfaces'