Use date types
This commit is contained in:
2
AGENT.md
2
AGENT.md
@@ -58,3 +58,5 @@ bloop/
|
||||
# Managing Shared Types Between Rust and TypeScript
|
||||
|
||||
ts-rs allows you to derive TypeScript types from Rust structs/enums. By annotating your Rust types with #[derive(TS)] and related macros, ts-rs will generate .ts declaration files for those types.
|
||||
When making changes to the types, you can regenerate them using `npm run generate-types`
|
||||
Do not manually edit shared/types.ts
|
||||
|
||||
Reference in New Issue
Block a user