1.1.0 • Published 4 years ago
@thinc-org/chula-courses-types v1.1.0
Chulalongkorn University's coures types for Typescript
Table of Contents
Installation
// with npm
npm install @thinc-org/chula-courses-types
// with yarn
yarn install @thinc-org/chula-courses-types
Usage
This project provides only data types. If you want Chula's courses data, please collect from @thinc-org/chula-courses-data
Schema
// Course
{
name: string
courseNo: string
}