React Petstore Types
TypeScript interfaces and types generated from OpenAPI schema definitions
pet.ts
Pet type with status, tags, and category
user.ts
User type with authentication details
order.ts
Store order type with status and dates
category.ts
Pet category classification
tag.ts
Pet tag for classification
api-response.ts
Standard API response wrapper