Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 2.1 KB

types.ifaculty.md

File metadata and controls

95 lines (52 loc) · 2.1 KB

@mtucourses/scraper / Modules / lib/types / IFaculty

Interface: IFaculty

lib/types.IFaculty

Hierarchy

  • IFaculty

Table of contents

Properties

Properties

departments

departments: string[]

Defined in: lib/types.ts:63


email

email: null | string

Defined in: lib/types.ts:65


interests

interests: string[]

Defined in: lib/types.ts:70


name

name: string

Defined in: lib/types.ts:62


occupations

occupations: string[]

Defined in: lib/types.ts:64


office

office: null | string

Defined in: lib/types.ts:67


phone

phone: null | string

Defined in: lib/types.ts:66


photoURL

photoURL: null | string

Defined in: lib/types.ts:69


websiteURL

websiteURL: null | string

Defined in: lib/types.ts:68