4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
/** 项目模块公共入口。 */
|
|
export { projectsApi } from './api'
|
|
export type { Project, ProjectDetail, CreateProjectInput } from './types'
|