diff --git a/packages/ipfs-core-types/src/config/index.d.ts b/packages/ipfs-core-types/src/config/index.d.ts index 776f115a2b..6b934a2f8e 100644 --- a/packages/ipfs-core-types/src/config/index.d.ts +++ b/packages/ipfs-core-types/src/config/index.d.ts @@ -6,7 +6,7 @@ export interface API { * Returns a value from the currently being used config. If the daemon * is off, it returns the value from the stored config. */ - get: (key: string, options?: AbortOptions & OptionExtension) => Promise + get: (key: string, options?: AbortOptions & OptionExtension) => Promise /** * Returns the full config been used. If the daemon is off, it returns the