(...args: Parameters<Images["backgroundGenerate"]>)
| 155 | } |
| 156 | |
| 157 | backgroundCreate(...args: Parameters<Images["backgroundGenerate"]>) { |
| 158 | return this.backgroundGenerate(...args); |
| 159 | } |
| 160 | |
| 161 | edit( |
| 162 | key: IntegrationTaskKey, |
no test coverage detected