Hello. Seems something is off with the `NormalJob['runs-on']` type. This no longer works: ``` export const tmp = () => new NormalJob('test', { 'runs-on': ['linux', 'self-hosted'], }); ``` It worked correctly in 0.3.0, no longer in latest. Thanks.