/** * Unix timestamp in milliseconds when the resource was last modified * @format int64 * @example 1736360000123 */ export type ModifiedAtMsV3 = number | null;