#[export]
Exports a constant value to TypeScript.
Useful for sharing configuration or magic numbers between the backend and frontend.
#[tyzen::export] pub const MAX_RETRIES: u32 = 5;