We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inputMaybeValue
1 parent 5950f5a commit c56724eCopy full SHA for c56724e
packages/plugins/typescript/typescript/src/config.ts
@@ -334,7 +334,7 @@ export interface TypeScriptPluginConfig extends RawTypesConfig {
334
* 'path/to/file.ts': {
335
* plugins: ['typescript'],
336
* config: {
337
- * inputMaybeValue: T | null | undefined
+ * inputMaybeValue: 'T | null | undefined'
338
* }
339
340
0 commit comments