@@ -176,7 +176,7 @@ export type UploadFileApiArg = {
176176export type GetInventoryApiResponse = /** status 200 successful operation */ {
177177 [key: string]: number;
178178};
179- export type GetInventoryApiArg = {} ;
179+ export type GetInventoryApiArg = void ;
180180export type PlaceOrderApiResponse = /** status 200 successful operation */ Order;
181181export type PlaceOrderApiArg = {
182182 order: Order;
@@ -208,7 +208,7 @@ export type LoginUserApiArg = {
208208 password?: string;
209209};
210210export type LogoutUserApiResponse = unknown;
211- export type LogoutUserApiArg = {} ;
211+ export type LogoutUserApiArg = void ;
212212export type GetUserByNameApiResponse = /** status 200 successful operation */ User;
213213export type GetUserByNameApiArg = {
214214 /** The name that needs to be fetched. Use user1 for testing. */
@@ -352,7 +352,7 @@ export const api = createApi({
352352export type GetHealthcheckApiResponse = /** status 200 OK */ {
353353 message: string;
354354};
355- export type GetHealthcheckApiArg = {} ;
355+ export type GetHealthcheckApiArg = void ;
356356export type UpdatePetApiResponse = /** status 200 Successful operation */ Pet;
357357export type UpdatePetApiArg = {
358358 /** Update an existent pet in the store */
@@ -404,7 +404,7 @@ export type UploadFileApiArg = {
404404export type GetInventoryApiResponse = /** status 200 successful operation */ {
405405 [key: string]: number;
406406};
407- export type GetInventoryApiArg = {} ;
407+ export type GetInventoryApiArg = void ;
408408export type PlaceOrderApiResponse = /** status 200 successful operation */ Order;
409409export type PlaceOrderApiArg = {
410410 order: Order;
@@ -436,7 +436,7 @@ export type LoginUserApiArg = {
436436 password?: string;
437437};
438438export type LogoutUserApiResponse = unknown;
439- export type LogoutUserApiArg = {} ;
439+ export type LogoutUserApiArg = void ;
440440export type GetUserByNameApiResponse = /** status 200 successful operation */ User;
441441export type GetUserByNameApiArg = {
442442 /** The name that needs to be fetched. Use user1 for testing. */
@@ -631,7 +631,7 @@ export const api = createApi({
631631export type GetHealthcheckApiResponse = /** status 200 OK */ {
632632 message: string;
633633};
634- export type GetHealthcheckApiArg = {} ;
634+ export type GetHealthcheckApiArg = void ;
635635export type UpdatePetApiResponse = /** status 200 Successful operation */ Pet;
636636export type UpdatePetApiArg = {
637637 /** Update an existent pet in the store */
@@ -683,7 +683,7 @@ export type UploadFileApiArg = {
683683export type GetInventoryApiResponse = /** status 200 successful operation */ {
684684 [key: string]: number;
685685};
686- export type GetInventoryApiArg = {} ;
686+ export type GetInventoryApiArg = void ;
687687export type PlaceOrderApiResponse = /** status 200 successful operation */ Order;
688688export type PlaceOrderApiArg = {
689689 order: Order;
@@ -715,7 +715,7 @@ export type LoginUserApiArg = {
715715 password?: string;
716716};
717717export type LogoutUserApiResponse = unknown;
718- export type LogoutUserApiArg = {} ;
718+ export type LogoutUserApiArg = void ;
719719export type GetUserByNameApiResponse = /** status 200 successful operation */ User;
720720export type GetUserByNameApiArg = {
721721 /** The name that needs to be fetched. Use user1 for testing. */
@@ -932,7 +932,7 @@ export const api = createApi({
932932export type GetHealthcheckApiResponse = /** status 200 OK */ {
933933 message: string;
934934};
935- export type GetHealthcheckApiArg = {} ;
935+ export type GetHealthcheckApiArg = void ;
936936export type UpdatePetApiResponse = /** status 200 Successful operation */ Pet;
937937export type UpdatePetApiArg = {
938938 /** Update an existent pet in the store */
@@ -984,7 +984,7 @@ export type UploadFileApiArg = {
984984export type GetInventoryApiResponse = /** status 200 successful operation */ {
985985 [key: string]: number;
986986};
987- export type GetInventoryApiArg = {} ;
987+ export type GetInventoryApiArg = void ;
988988export type PlaceOrderApiResponse = /** status 200 successful operation */ Order;
989989export type PlaceOrderApiArg = {
990990 order: Order;
@@ -1016,7 +1016,7 @@ export type LoginUserApiArg = {
10161016 password?: string;
10171017};
10181018export type LogoutUserApiResponse = unknown;
1019- export type LogoutUserApiArg = {} ;
1019+ export type LogoutUserApiArg = void ;
10201020export type GetUserByNameApiResponse = /** status 200 successful operation */ User;
10211021export type GetUserByNameApiArg = {
10221022 /** The name that needs to be fetched. Use user1 for testing. */
@@ -1205,7 +1205,7 @@ export type UploadFileApiArg = {
12051205export type GetInventoryApiResponse = /** status 200 successful operation */ {
12061206 [key: string]: number;
12071207};
1208- export type GetInventoryApiArg = {} ;
1208+ export type GetInventoryApiArg = void ;
12091209export type PlaceOrderApiResponse = /** status 200 successful operation */ Order;
12101210export type PlaceOrderApiArg = {
12111211 order: Order;
@@ -1237,7 +1237,7 @@ export type LoginUserApiArg = {
12371237 password?: string;
12381238};
12391239export type LogoutUserApiResponse = unknown;
1240- export type LogoutUserApiArg = {} ;
1240+ export type LogoutUserApiArg = void ;
12411241export type GetUserByNameApiResponse = /** status 200 successful operation */ User;
12421242export type GetUserByNameApiArg = {
12431243 /** The name that needs to be fetched. Use user1 for testing. */
@@ -1522,7 +1522,7 @@ export type UploadFileApiArg = {
15221522export type GetInventoryApiResponse = /** status 200 successful operation */ {
15231523 [key: string]: number;
15241524};
1525- export type GetInventoryApiArg = {} ;
1525+ export type GetInventoryApiArg = void ;
15261526export type PlaceOrderApiResponse = /** status 200 successful operation */ Order;
15271527export type PlaceOrderApiArg = {
15281528 order: Order;
@@ -1554,7 +1554,7 @@ export type LoginUserApiArg = {
15541554 password?: string;
15551555};
15561556export type LogoutUserApiResponse = unknown;
1557- export type LogoutUserApiArg = {} ;
1557+ export type LogoutUserApiArg = void ;
15581558export type GetUserByNameApiResponse = /** status 200 successful operation */ User;
15591559export type GetUserByNameApiArg = {
15601560 /** The name that needs to be fetched. Use user1 for testing. */
0 commit comments