返回 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