Skip to content

Commit

Permalink
Export actor proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Oct 20, 2024
1 parent 093ffa9 commit 39ecdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actors/proxy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// deno-lint-ignore-file no-explicit-any
import { create, createHttpInvoker, type ActorProxy } from "./proxyutil.ts";
import { type ActorProxy, create, createHttpInvoker } from "./proxyutil.ts";
import type { Actor, ActorConstructor } from "./runtime.ts";

export type { ActorProxy };
export interface ActorsServer {
url: string;
deploymentId?: string;
Expand Down

0 comments on commit 39ecdb0

Please sign in to comment.