TemplateGlobalValue
Home > @backstage/plugin-scaffolder-common > TemplateGlobalValue
The response shape for a single global value in the listTemplatingExtensions call to the scaffolder-backend
Signature:
export type TemplateGlobalValue = {
description?: string;
value: JsonValue;
};
References: JsonValue