Skip to content

Commit 4231074

Browse files
fix(web): add resource comment to type
1 parent d6894dc commit 4231074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/web/src/sdk.ts.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { fetch } from 'cross-fetch';
44

55
namespace Models {
66
{% for definition in spec.definitions %}
7+
/**
8+
* {{ definition.description }}
9+
*/
710
export type {{ definition.name | caseUcfirst }} = {
811
{% for property in definition.properties %}
912
/**

0 commit comments

Comments
 (0)