There was an error while loading. Please reload this page.
1 parent 3f3808e commit cabf0afCopy full SHA for cabf0af
1 file changed
internal-packages/run-engine/src/engine/types.ts
@@ -30,7 +30,7 @@ import type { PendingVersionRunIdLookup } from "./services/pendingVersionLookup.
30
* Re-declared here because @internal/run-engine must not depend on the webapp.
31
* Keep field names identical so the injected value is assignable.
32
*/
33
-export type CrossSeamGuardDecision = {
+type CrossSeamGuardDecision = {
34
store: "new" | "legacy";
35
residency: "NEW" | "LEGACY";
36
routeKind: string;
0 commit comments