/** * The time (in UTC) at which the object was created. Will follow the RFC 3339 format. * * Example: `"2024-03-21T16:45:00Z"` */ export type CreatedAt = string;