// 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";