LogoRobo.js
Framework

ChangeAnalysisResult

Interface: ChangeAnalysisResult

Result of analyzing schema changes.

Properties

PropertyTypeDescription
breakingSchemaChange[]Changes that require explicit migration
hasBreakingChangesbooleanWhether any breaking changes were detected
safeSchemaChange[]Changes that can be auto-applied safely

On this page