File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export type AddPetData = {
46
46
};
47
47
```
48
48
49
- You can customize the naming and casing pattern for ` requests ` schemas using the ` .name ` and ` .case ` options.
49
+ You can customize the naming and casing pattern for ` requests ` types using the ` .name ` and ` .case ` options.
50
50
51
51
## Responses
52
52
@@ -63,7 +63,7 @@ export type AddPetResponses = {
63
63
export type AddPetResponse = AddPetResponses [keyof AddPetResponses ];
64
64
```
65
65
66
- You can customize the naming and casing pattern for ` responses ` schemas using the ` .name ` and ` .case ` options.
66
+ You can customize the naming and casing pattern for ` responses ` types using the ` .name ` and ` .case ` options.
67
67
68
68
## Definitions
69
69
@@ -76,7 +76,7 @@ export type Pet = {
76
76
};
77
77
```
78
78
79
- You can customize the naming and casing pattern for ` definitions ` schemas using the ` .name ` and ` .case ` options.
79
+ You can customize the naming and casing pattern for ` definitions ` types using the ` .name ` and ` .case ` options.
80
80
81
81
## Enums
82
82
You can’t perform that action at this time.
0 commit comments