The person to contact in case of emergency

Hierarchy

  • EmergencyContact

Properties

name?: string

The name of the contacter

phone?: {
    home?: string;
    mobile?: string;
    other?: string;
    work?: string;
}

The contacter's phone

Type declaration

  • Optional home?: string

    The home phone number of the contacter

  • Optional mobile?: string

    The contacter's mobile phone number

  • Optional other?: string

    A phone number of the contacter

  • Optional work?: string

    The work phone number of the contacter

relationship?: string

The contacter's relationship with the student

Generated using TypeDoc