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