Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
bbd9b4eadede8f924fd828c6f2402b4d3e20460b
/
.
/
lib
/
buildenvsetup
/
buildenv.interfaces.ts
blob: 4c726662d4ff79daf037da434cf8163871c05fc4 [
file
] [
log
] [
blame
] [
raw
]
export
type
BuildEnvDownloadInfo
=
{
step
:
string
;
packageUrl
:
string
;
time
:
string
;
};