export interface Vaccination { id: string; Time: string; "Vaccine Name": string; Status: string; Completed: string; Notes: string; }