/** * Unix timestamp in milliseconds when the operation started * @format int64 * @example 1736360000123 */ export type StartedAtMsV3 = number | null;