LocationAnalyzer
Home > @backstage/plugin-catalog-node
> LocationAnalyzer
Signature:
export type LocationAnalyzer = {
analyzeLocation(location: AnalyzeLocationRequest, credentials: BackstageCredentials): Promise<AnalyzeLocationResponse>;
};
References: AnalyzeLocationRequest, BackstageCredentials, AnalyzeLocationResponse