interface MigrationGateEvaluation {
    failed: boolean;
    failures: string[];
}

Properties

Properties

failed: boolean
failures: string[]