export interface PlatformVersionReleaseDate { /** * Unix epoch */ date: number; /** * See the Region value reference */ region: number; }