Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: mark ipld options as partial #3669

Merged
merged 4 commits into from
May 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ipfs-core/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export interface Options {
* (https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs/src/core/runtime/ipld.js)
* in browsers)
*/
ipld?: IPLDOptions
ipld?: Partial<IPLDOptions>

/**
* The libp2p option allows you to build
Expand Down