Angular Petstore Models

TypeScript interfaces and types generated from OpenAPI schema definitions

pet.ts

Pet model with status, tags, and category

user.ts

User model with authentication details

order.ts

Store order model with status and dates

category.ts

Pet category classification

tag.ts

Pet tag for classification

api-response.ts

Standard API response wrapper