mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
That scheduler is really an any scheduler and would need to be typed appropriately. There could be multiple schedulers that this job is part of and it is impossible to ensure the scheduler is a more specific type than unknown. Note: This was wrongly typed before. Context: JsonValue is the JSON equivalent of the unknown TS type.