mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-23 20:04:05 +02:00
5 lines
256 B
TypeScript
5 lines
256 B
TypeScript
// The RPC wire schema, generated by ts-rs from the Rust declarations in
|
|
// src/lib.rs. `RpcSchema` maps every command name to its (request, response)
|
|
// pair; the app's `rpc()` helper derives its command union from it.
|
|
export * from "./bindings/gen_rpc";
|