export type BuildEnvDownloadInfo = {
    step: string;
    packageUrl: string;
    time: string;
};
