Skip to content

Commit cabf0af

Browse files
committed
refactor(run-engine): make guard decision internal
1 parent 3f3808e commit cabf0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal-packages/run-engine/src/engine

internal-packages/run-engine/src/engine/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import type { PendingVersionRunIdLookup } from "./services/pendingVersionLookup.
3030
* Re-declared here because @internal/run-engine must not depend on the webapp.
3131
* Keep field names identical so the injected value is assignable.
3232
*/
33-
export type CrossSeamGuardDecision = {
33+
type CrossSeamGuardDecision = {
3434
store: "new" | "legacy";
3535
residency: "NEW" | "LEGACY";
3636
routeKind: string;

0 commit comments

Comments
 (0)