Sask Vaccine Guide Code Docs
    Preparing search index...

    Type Alias VaccineListResponse

    type VaccineListResponse = {
        timestamp: number;
        vaccines: VaccineInfoJSON[];
    }
    Index

    Properties

    Properties

    timestamp: number
    vaccines: VaccineInfoJSON[]