You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is indeed the source JSON Schema. It's missing a certain property that leads to the generation of a bad type. I've confirmed that with this property present, the correct type is generated. Thanks for bringing this up.
In the meantime, this can be hackily fixed with typecasting (e.g. as unknown as string) on the runs-on array. Will update the package once my PR is accepted.
Hello. Seems something is off with the
NormalJob['runs-on']
type.This no longer works:
It worked correctly in 0.3.0, no longer in latest.
Thanks.
The text was updated successfully, but these errors were encountered: