Sask Vaccine Guide Code Docs
    Preparing search index...

    Type Alias VaccineSheetStatus

    type VaccineSheetStatus = {
        error?: string;
        loading: boolean;
        vaccineSheets: VaccineSheet[];
    }
    Index

    Properties

    error?: string

    if an error occures a string representing the error is stored

    loading: boolean

    true if the vaccine list is still loading, otherwise false

    vaccineSheets: VaccineSheet[]

    holds the list of vaccines