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