export type Id = string; export type Timestamp = number; export const UNKNOWN_ID = "unknown";