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