The information of the school

Hierarchy

  • SchoolInfo

Properties

Properties

school: {
    address: string;
    addressAlt: string;
    altPhone: string;
    city: string;
    phone: string;
    principal: Staff;
    zipCode: string;
}

Information about the school

Type declaration

  • address: string

    The address of the school

  • addressAlt: string

    The alt address of the school

  • altPhone: string

    The alt phone number of the school

  • city: string

    The city the school is located in

  • phone: string

    The phone number of the school

  • principal: Staff

    The principal of the school

  • zipCode: string

    The zipcode of the school

staff: StaffInfo[]

A list of staff members in the school

Generated using TypeDoc