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

restructure @types/ imports

This commit is contained in:
Miquel A. Cabot 2022-06-03 13:56:20 +02:00
parent 875e5438b7
commit 96f98cfab3
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
import { DDO } from './DDO/DDO'
import { DDO } from '.'
export interface AssetNft {
/**

View File

@ -1,4 +1,4 @@
import { Metadata, MetadataAlgorithm } from './DDO/Metadata'
import { Metadata, MetadataAlgorithm } from '.'
export type ComputeResultType =
| 'algorithmLog'

View File

@ -1,7 +1,4 @@
import { Service } from './Service'
import { Metadata } from './Metadata'
import { Credentials } from './Credentials'
import { Event } from './Event'
import { Service, Metadata, Credentials, Event } from '..'
/**
* DID Descriptor Object.