Type Alias FdkConfig

FdkConfig: {
    storageAdapter?: StorageAdapter;
    fetcher?: Fetcher;
    [key: string]: unknown;
}

Type declaration