5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export * from './user'
|
|
export * from './course'
|
|
|
|
export type { FetchError } from 'ofetch'
|