Sask Vaccine Guide Code Docs
    Preparing search index...

    Type Alias VaccineInfoJSON

    type VaccineInfoJSON = {
        associatedDiseases: { english: string[]; french: string[] };
        productId: number;
        starting: string;
        vaccineName: string;
    }
    Index

    Properties

    associatedDiseases: { english: string[]; french: string[] }
    productId: number
    starting: string
    vaccineName: string