mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-23 20:04:05 +02:00
5 lines
237 B
TypeScript
5 lines
237 B
TypeScript
// ts-rs owns bindings/index.ts and rewrites it on export. What remains here
|
|
// after the RPC schema moved to @yaakapp-internal/rpc-schema is the
|
|
// desktop-only surface: updater and notification types.
|
|
export * from "./bindings/index";
|