export class UpdateVersionDto {
versionName?: string;
buildNumber?: string;
changelog?: string;
downloadUrl?: string;
isForceUpdate?: boolean;
isEnabled?: boolean;
minOsVersion?: string;
releaseDate?: string;
}