pet-companion-front/src/types/PetCreationRequest.ts

4 lines
72 B
TypeScript

export interface PetCreationRequest {
name: string;
class: string;
}