Files
banner/web/src/lib/bindings/RmpRating.ts
Xevion 215703593b refactor: consolidate course data models into structured types
Extract DateRange, MeetingLocation, CreditHours, CrossList, Enrollment,
and RmpRating into dedicated types. Replace primitive fields across
backend models and frontend bindings with type-safe alternatives.
2026-02-01 04:07:06 -06:00

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, };