interface MigrationGateResult {
    detail: string;
    gate: "no-manual-todos" | "no-unhandled-modules" | "no-blocking-flags";
    passed: boolean;
}

Properties

Properties

detail: string
gate: "no-manual-todos" | "no-unhandled-modules" | "no-blocking-flags"
passed: boolean