diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index 5aed3f6..d53138e 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -41,6 +41,10 @@ export interface Pet { specialCareNotes: string | null; coatType: string | null; petSizeCategory: string | null; + preferredCuts: string[]; + medicalAlerts: MedicalAlert[]; + temperamentScore?: number; + temperamentFlags?: string[]; customFields: Record; photoKey?: string; photoUploadedAt?: string;