Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.12 KB

File metadata and controls

51 lines (32 loc) · 1.12 KB

@mtucourses/scraper / Modules / index / ITransferCourse

Interface: ITransferCourse

index.ITransferCourse

Hierarchy

  • ITransferCourse

Table of contents

Properties

Properties

from

from: { college: string ; credits: number ; crse: string ; state: string ; subject: string }

Type declaration:

Name Type
college string
credits number
crse string
state string
subject string

Defined in: lib/types.ts:74


to

to: { credits: number ; crse: string ; subject: string ; title: string }

Type declaration:

Name Type
credits number
crse string
subject string
title string

Defined in: lib/types.ts:81