From e4e7c0c35a8e3b8bc8a5ec313ac2e0f11241ed7e Mon Sep 17 00:00:00 2001 From: bluelovers Date: Sun, 18 Jul 2021 20:46:19 +0800 Subject: [PATCH] fix(ipfs-core-types): top `OptionExtension` --- packages/ipfs-core-types/src/index.d.ts | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/ipfs-core-types/src/index.d.ts b/packages/ipfs-core-types/src/index.d.ts index ea1e19a98a..83d1d1fdd0 100644 --- a/packages/ipfs-core-types/src/index.d.ts +++ b/packages/ipfs-core-types/src/index.d.ts @@ -23,25 +23,25 @@ interface RefsAPI extends Refs { local: Local } -export interface IPFS extends RootAPI { - bitswap: BitswapAPI - block: BlockAPI - bootstrap: BootstrapAPI - config: ConfigAPI - dag: DAGAPI - dht: DHTAPI - diag: DiagAPI - files: FilesAPI - key: KeyAPI - log: LogAPI - name: NameAPI - object: ObjectAPI - pin: PinAPI - pubsub: PubsubAPI +export interface IPFS extends RootAPI { + bitswap: BitswapAPI + block: BlockAPI + bootstrap: BootstrapAPI + config: ConfigAPI + dag: DAGAPI + dht: DHTAPI + diag: DiagAPI + files: FilesAPI + key: KeyAPI + log: LogAPI + name: NameAPI + object: ObjectAPI + pin: PinAPI + pubsub: PubsubAPI refs: RefsAPI - repo: RepoAPI - stats: StatsAPI - swarm: SwarmAPI + repo: RepoAPI + stats: StatsAPI + swarm: SwarmAPI } export type {