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