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 ce7bce4 commit 5bedb28Copy full SHA for 5bedb28
src/templates/exportService.hbs
@@ -14,7 +14,7 @@ import { request as __request } from '../core/request';
14
import { OpenAPI } from '../core/OpenAPI';
15
{{/if}}
16
17
-type Writeable<T> = { -readonly [P in keyof T]-?: T[P] };
+type Writeable<T> = { -readonly [P in keyof T]: T[P] };
18
19
export class {{{name}}}{{{@root.postfix}}} {
20
{{#if @root.exportClient}}
0 commit comments