AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
video.dto.ts
根目录
/
project
/
aitoearn-backend
/
apps
/
aitoearn-ai
/
src
/
core
/
ai
/
video
/
video.dto.ts
1
export {
2
ListVideoTasksQueryDto,
3
UserListVideoTasksQueryDto,
4
UserVideoGenerationRequestDto,
5
UserVideoTaskQueryDto,
6
VideoGenerationModelsQueryDto,
7
VideoGenerationRequestDto,
8
VideoTaskQueryDto,
9
} from '@yikart/aitoearn-ai-shared'
10
10 lines
TYPESCRIPT