Skip to content

Commit e5e118d

Browse files
committed
remove type name from the jsdocs in declaration
1 parent 2ee8de4 commit e5e118d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/declaration.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {{this}} from "./schemas/{{this}}";
55
/**
66
* {{desription}}
77
{{#each docParams}}
8-
* @param { {{~type~}} } {{name}} - {{description}}
8+
* @param {{name}} - {{description}}
99
{{/each}}
1010
*/
1111
export declare function {{name}}({{{parameters}}}): Promise<{{result}}>;

0 commit comments

Comments
 (0)