UNPKG

@fairdatasociety/fairdrive-opfs

Version:

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

12 lines (11 loc) 284 B
/** * ModuleConfig is the configuration object for the FdpConnectModule. */ export declare class ModuleConfig { providers: Record<string, ProviderConfig>; } export declare class ProviderConfig { options: Record<string, string | object>; driver: any; type: string; }