UNPKG

@fairdatasociety/fairdrive-opfs

Version:

Fairdrive OPFS - integrate data sources from Web 2.0 or Web 3.0

15 lines (14 loc) 272 B
/** * ModuleConfig is the configuration object for the FdpConnectModule. */ export class ModuleConfig { constructor() { this.providers = {}; } } export class ProviderConfig { constructor() { this.options = {}; this.type = ''; } }