/** * Unix timestamp in milliseconds when the operation completed. Null while still in flight. * @format int64 * @example 1736360000456 */ export type CompletedAtMsV3 = number | null;