Type Alias: CasConfig ​
CasConfig =
object
Defined in: packages/api/src/cas.ts:62
Configuration for the CAS (Content-Addressed Storage) driver.
Properties ​
executor? ​
optionalexecutor?:CasExecutor
Defined in: packages/api/src/cas.ts:64
Custom executor implementation (overrides the default IPFS executor).
helia? ​
optionalhelia?:Helia
Defined in: packages/api/src/cas.ts:66
Pre-existing Helia instance for the default IPFS executor.