fork of hey-api/openapi-ts because I need some additional things
1// This file is auto-generated by @hey-api/openapi-ts 2 3export { type Options, PetService, StoreService, UserService } from './sdk.gen'; 4export type { 5 AddPetData, 6 AddPetErrors, 7 AddPetResponse, 8 AddPetResponses, 9 ApiResponse, 10 Category, 11 ClientOptions, 12 CreateUserData, 13 CreateUserErrors, 14 CreateUserResponse, 15 CreateUserResponses, 16 CreateUsersWithListInputData, 17 CreateUsersWithListInputErrors, 18 CreateUsersWithListInputResponse, 19 CreateUsersWithListInputResponses, 20 DeleteOrderData, 21 DeleteOrderErrors, 22 DeleteOrderResponses, 23 DeletePetData, 24 DeletePetErrors, 25 DeletePetResponses, 26 DeleteUserData, 27 DeleteUserErrors, 28 DeleteUserResponses, 29 FindPetsByStatusData, 30 FindPetsByStatusErrors, 31 FindPetsByStatusResponse, 32 FindPetsByStatusResponses, 33 FindPetsByTagsData, 34 FindPetsByTagsErrors, 35 FindPetsByTagsResponse, 36 FindPetsByTagsResponses, 37 GetInventoryData, 38 GetInventoryErrors, 39 GetInventoryResponse, 40 GetInventoryResponses, 41 GetOrderByIdData, 42 GetOrderByIdErrors, 43 GetOrderByIdResponse, 44 GetOrderByIdResponses, 45 GetPetByIdData, 46 GetPetByIdErrors, 47 GetPetByIdResponse, 48 GetPetByIdResponses, 49 GetUserByNameData, 50 GetUserByNameErrors, 51 GetUserByNameResponse, 52 GetUserByNameResponses, 53 LoginUserData, 54 LoginUserErrors, 55 LoginUserResponse, 56 LoginUserResponses, 57 LogoutUserData, 58 LogoutUserErrors, 59 LogoutUserResponses, 60 Order, 61 Pet, 62 Pet2, 63 PlaceOrderData, 64 PlaceOrderErrors, 65 PlaceOrderResponse, 66 PlaceOrderResponses, 67 Tag, 68 UpdatePetData, 69 UpdatePetErrors, 70 UpdatePetResponse, 71 UpdatePetResponses, 72 UpdatePetWithFormData, 73 UpdatePetWithFormErrors, 74 UpdatePetWithFormResponse, 75 UpdatePetWithFormResponses, 76 UpdateUserData, 77 UpdateUserErrors, 78 UpdateUserResponses, 79 UploadFileData, 80 UploadFileErrors, 81 UploadFileResponse, 82 UploadFileResponses, 83 User, 84 UserArray, 85} from './types.gen';