Skip to content

Commit c1bb313

Browse files
committed
feat: thread BindNode through state and fix the planner
1 parent ada7cba commit c1bb313

File tree

8 files changed

+210
-250
lines changed

8 files changed

+210
-250
lines changed

alchemy-effect/src/binding.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ import type { Capability } from "./capability.ts";
55
import type { Resource } from "./resource.ts";
66
import type { Runtime } from "./runtime.ts";
77

8-
export type SerializedBinding<B extends AnyBinding = AnyBinding> = Omit<
9-
B,
10-
"resource"
11-
> & {
12-
resource: {
13-
type: string;
14-
id: string;
15-
};
16-
};
17-
188
export interface BindingProps {
199
[key: string]: any;
2010
}

0 commit comments

Comments
 (0)