AsyncConfigSourceGenerator
Home > @backstage/config-loader > AsyncConfigSourceGenerator
The generator returned by ConfigSource.readConfigData().
Signature:
export type AsyncConfigSourceGenerator = AsyncGenerator<{
configs: ConfigSourceData[];
}, void, void>;
References: ConfigSourceData