Files
2026-04-21 22:34:39 +08:00

7 lines
137 B
TypeScript

export declare class CheckUpdateVo {
hasUpdate: boolean;
latestVersion?: string;
title?: string;
downloadUrl?: string;
}