Use date types

This commit is contained in:
Louis Knight-Webb
2025-06-14 17:49:17 -04:00
parent 5dbfc648fe
commit db95ad11c5
6 changed files with 68 additions and 53 deletions

View File

@@ -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