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