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 {