Files
short-drama-agent-front/src/features/projects/index.ts
T

4 lines
145 B
TypeScript

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