mirror of
https://github.com/Xevion/banner.git
synced 2026-02-01 06:23:38 -06:00
Extract DateRange, MeetingLocation, CreditHours, CrossList, Enrollment, and RmpRating into dedicated types. Replace primitive fields across backend models and frontend bindings with type-safe alternatives.
7 lines
280 B
TypeScript
7 lines
280 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
/**
|
|
* RateMyProfessors rating summary for an instructor.
|
|
*/
|
|
export type RmpRating = { avgRating: number, numRatings: number, legacyId: number, isConfident: boolean, };
|