PuppetFactSet
Home > @backstage/plugin-catalog-backend-module-puppetdb
> PuppetFactSet
The set of all facts for a single certname in PuppetDB.
Signature:
export type PuppetFactSet = {
data: PuppetFact[];
href: string;
};
References: PuppetFact