Timestamp typedef
Timestamp = DateTime
Type definitions - synchronized with TypeScript shared model
This file is automatically generated. Do not edit manually. Last updated: 2025-01-27T10:00:00.000Z Timestamp type for Firebase Timestamp compatibility In Flutter, this would typically be DateTime or Timestamp from cloud_firestore
Implementation
/// Timestamp type for Firebase Timestamp compatibility
/// In Flutter, this would typically be DateTime or Timestamp from cloud_firestore
typedef Timestamp = DateTime;