mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 08:23:35 -06:00
10 lines
484 B
TypeScript
10 lines
484 B
TypeScript
export type { CodeDescription } from "./CodeDescription";
|
|
export type { CourseResponse } from "./CourseResponse";
|
|
export type { DbMeetingTime } from "./DbMeetingTime";
|
|
export type { InstructorResponse } from "./InstructorResponse";
|
|
export type { SearchResponse } from "./SearchResponse";
|
|
export type { ServiceInfo } from "./ServiceInfo";
|
|
export type { ServiceStatus } from "./ServiceStatus";
|
|
export type { StatusResponse } from "./StatusResponse";
|
|
export type { User } from "./User";
|