Files
yaak-mountain-loop/crates-server/yaak-send-proxy/index.ts
T

5 lines
289 B
TypeScript

// The send proxy's wire contract, generated by ts-rs from src/wire.rs
// (`cargo test -p yaak-send-proxy`). The tab imports these so a change to a
// frame on the Rust side is a type error in packages/platform/src/web.
export type { Frame, SendRequest } from "./bindings/gen_send_proxy";