Skip to content

Commit f4ff792

Browse files
authored
fix: GeneratorVerbOptions type permalink (#2683)
1 parent f0f7e6e commit f4ff792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/reference/configuration/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ Type: `String` or `Function`.
744744

745745
Valid values: path or implementation of the transformer function.
746746

747-
This function is executed for each call when you generate and take in argument a <a href="https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L823" target="_blank">GeneratorVerbOptions</a> and should return a <a href="https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L823" target="_blank">GeneratorVerbOptions</a>
747+
This function is executed for each call when you generate and take in argument a <a href="https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L857" target="_blank">GeneratorVerbOptions</a> and should return a <a href="https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L857" target="_blank">GeneratorVerbOptions</a>
748748

749749
```js
750750
import { defineConfig } from 'orval';

0 commit comments

Comments
 (0)