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