• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • detail
  • VoiceInfoDTO.ts
  • compStyle:13 新增音频图标 · 84963f2d
    84963f2d Browse Files
    wangyong_wd authored 2024-03-29 10:02:22 +0800
VoiceInfoDTO.ts 159 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export interface VoiceInfoDTO {
  defaultMultiple?: string;
  openMultipleAdjustment?: number;
  type?: number;
  voiceDuration: number;
  voiceUrl?: string;
}