Skip to main content

lineark_sdk/generated/
scalars.rs

1//! Custom scalar type aliases.
2//!
3//! Generated by lineark-codegen — do not edit.
4pub type DateTime = chrono::DateTime<chrono::Utc>;
5pub type DateTimeOrDuration = serde_json::Value;
6pub type Duration = serde_json::Value;
7pub type JSON = serde_json::Value;
8pub type JSONObject = serde_json::Value;
9pub type TimelessDate = chrono::NaiveDate;
10pub type TimelessDateOrDuration = serde_json::Value;
11pub type UUID = String;