返回 AiToEarn
material.constants.ts
根目录 / project / aitoearn-web / src / api / materials / material.constants.ts
1 /**
2 * AssetType 枚举。
3 */
4 export enum AssetType {
5 AgentSession = 'agentSession', AiCard = 'aiCard', AiChatImage = 'aiChatImage', AiImage = 'aiImage', AiVideo = 'aiVideo', AideoOutput = 'aideoOutput', Avatar = 'avatar', DramaRecap = 'dramaRecap', StyleTransfer = 'styleTransfer', Temp = 'temp', UserFile = 'userFile', UserMedia = 'userMedia', VideoEdit = 'videoEdit',
6 }
7
7 lines TYPESCRIPT