We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20baee3 commit ff07bb0Copy full SHA for ff07bb0
1 file changed
lib/process-schema.ts
@@ -61,7 +61,7 @@ export function schemaToType(
61
return {
62
name,
63
hasQuestionToken,
64
- type: 'unknown',
+ type: 'never',
65
docs: [
66
{
67
description: `WARN: $ref used before available - ${schemaObject.$ref}`,
0 commit comments