IntelliClass_FE/types/index.ts

5 lines
93 B
TypeScript

export * from "./user";
export * from "./course";
export type { FetchError } from "ofetch";