typ refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user