typ refactor

This commit is contained in:
2026-06-03 22:08:44 +02:00
parent 16f8a929d2
commit b3b7b75ea8
22 changed files with 92 additions and 64 deletions

View File

@@ -8,3 +8,8 @@ pub type Time = chrono::DateTime<chrono::Utc>;
/// The ID type appears in a JSON response as a String; however, it is not intended to be human-readable.
/// When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.
pub type Id = Uuid;
/// ödsklfjsdf
/// debug_assert_eq!(ödsklfjsdfasdfas
/// ödsklfjsdfasdfasdfsa,
pub type Ulid = String;