File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ export namespace Models {
20
20
[key: string]: any;
21
21
[__default]: true;
22
22
};
23
-
24
- export type DataWithout{{ definition .name | caseUcfirst }}Keys{{ definition .name | getGenerics(spec , true ) | raw }} = {
25
- [K in string]: any;
26
- } & {
27
- [K in keyof {{ definition .name | caseUcfirst }}{{ definition .name | getGenerics(spec , true ) | raw }}]?: never;
28
- };
29
23
{% endif %}
30
24
{% endfor %}
31
25
}
Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ export namespace Models {
23
23
[key: string]: any;
24
24
[__default]: true;
25
25
};
26
-
27
- export type DataWithout{{ definition .name | caseUcfirst }}Keys{{ definition .name | getGenerics(spec , true ) | raw }} = {
28
- [K in string]: any;
29
- } & {
30
- [K in keyof {{ definition .name | caseUcfirst }}{{ definition .name | getGenerics(spec , true ) | raw }}]?: never;
31
- };
32
26
{% endif %}
33
27
{% endfor %}
34
28
}
You can’t perform that action at this time.
0 commit comments