Skip to main content

workflowy_api/common/
timestamp.rs

1use timestamp_please::{Timestamp as TimestampPlease, UNO};
2
3pub type Timestamp = TimestampPlease<u64, UNO>;