mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-21 10:54:08 +02:00
5 lines
271 B
TypeScript
5 lines
271 B
TypeScript
// The server's wire contract, generated by ts-rs from src/wire.rs
|
|
// (`cargo test -p yaak-web`). 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_web";
|