AnalyzeLocationResponse
Home > @backstage/plugin-catalog-common > AnalyzeLocationResponse
Signature:
export type AnalyzeLocationResponse = {
existingEntityFiles: AnalyzeLocationExistingEntity[];
generateEntities: AnalyzeLocationGenerateEntity[];
};
References: AnalyzeLocationExistingEntity, AnalyzeLocationGenerateEntity