AnalyzeLocationEntityField
Home > @backstage/plugin-catalog-common > AnalyzeLocationEntityField
Signature:
export type AnalyzeLocationEntityField = {
field: string;
state: 'analysisSuggestedValue' | 'analysisSuggestedNoValue' | 'needsUserInput';
value: string | null;
description: string;
};