Skip to content

Commit 5418f01

Browse files
flakey5canerakdas
andcommitted
Apply suggestions from code review
Co-authored-by: Caner Akdas <[email protected]>
1 parent 5d084b4 commit 5418f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/legacy-json-all/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { writeFile } from 'node:fs/promises';
44
import { join } from 'node:path';
55

66
/**
7-
* @typedef {Array<import('../types.d.ts').Section[]>} Input
7+
* @typedef {Array<import('../legacy-json/types.d.ts').Section>} Input
88
*
99
* @type {import('../types.d.ts').GeneratorMetadata<Input, import('./types.d.ts').Output>}
1010
*/

0 commit comments

Comments
 (0)