/** * The shape of the vaccine data */ export interface Vaccine { tg: string; vp: string; mp: string; ma: string; dn: number; sd: number; dt: string; co: string; is: string; ci: string; }