* Override the `typeMapping` command option
(typeMapping: TYPE_MAPPING)
| 1096 | * Override the `typeMapping` command option |
| 1097 | */ |
| 1098 | withTypeMapping<TYPE_MAPPING extends TypeMapping>(typeMapping: TYPE_MAPPING) { |
| 1099 | return this._commandOptionsProxy('typeMapping', typeMapping); |
| 1100 | } |
| 1101 | |
| 1102 | /** |
| 1103 | * Override the `abortSignal` command option |
no test coverage detected