PuppetFact
Home > @backstage/plugin-catalog-backend-module-puppetdb
> PuppetFact
A fact in PuppetDB.
Signature:
export type PuppetFact = {
name: string;
value: JsonValue;
};
References: JsonValue
Home > @backstage/plugin-catalog-backend-module-puppetdb
> PuppetFact
A fact in PuppetDB.
Signature:
export type PuppetFact = {
name: string;
value: JsonValue;
};
References: JsonValue