Improved tauri events type safety

This commit is contained in:
2026-03-07 14:48:19 +08:00
parent f372e86457
commit f65d837841
20 changed files with 215 additions and 141 deletions

View File

@@ -1,7 +1,8 @@
pub mod app_data;
pub mod remote_error;
pub mod dolls;
pub mod event_payloads;
pub mod friends;
pub mod health;
pub mod interaction;
pub mod remote_error;
pub mod user;