Type Alias PythCollectorConfig

PythCollectorConfig: {
    poolAssetsConfig: PoolAssetConfig[];
    pythConfig: PythPriceSourcesConfig;
    pythOracle: OracleConfig;
}