This website requires JavaScript.
Explore
Sign In
mirror
/
renovate
mirror of
https://github.com/renovatebot/renovate
Watch
2
Star
0
Fork
You've already forked renovate
0
Code
Releases
Activity
main
renovate
/
lib
/
modules
/
datasource
/
hackage
/
schema.ts
4 lines
86 B
TypeScript
Raw
Permalink
Blame
History
import
{
z
}
from
'zod'
;
export
const
HackagePackageMetadata
=
z
.
record
(
z
.
string
(
)
)
;
View Git Blame
Copy Permalink