IntelliClass_FE/types/index.ts
2025-04-19 01:32:50 +08:00

10 lines
160 B
TypeScript

export * from './user'
export * from './course'
export type { FetchError } from 'ofetch'
export interface IBreadcrumbItem {
label: string
path?: string
}