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.
1 parent 5d084b4 commit 5418f01Copy full SHA for 5418f01
src/generators/legacy-json-all/index.mjs
@@ -4,7 +4,7 @@ import { writeFile } from 'node:fs/promises';
4
import { join } from 'node:path';
5
6
/**
7
- * @typedef {Array<import('../types.d.ts').Section[]>} Input
+ * @typedef {Array<import('../legacy-json/types.d.ts').Section>} Input
8
*
9
* @type {import('../types.d.ts').GeneratorMetadata<Input, import('./types.d.ts').Output>}
10
*/
0 commit comments