mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
export type BuildEnvDownloadInfo = {
|
|
step: string;
|
|
packageUrl: string;
|
|
time: number;
|
|
};
|