Sask Vaccine Guide Code Docs
    Preparing search index...

    Stores data about a clinic.

    interface Clinic {
        address?: string;
        contactInfo?: string;
        hours?: string;
        latitude?: number;
        longitude?: number;
        name?: string;
        serviceArea?: string;
        services?: string[];
    }

    Implemented by

    Index

    Properties

    address?: string
    contactInfo?: string
    hours?: string
    latitude?: number
    longitude?: number
    name?: string
    serviceArea?: string
    services?: string[]