AudioDTO.ets 223 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 import { ReLInfoDTO } from '../detail/ReLInfoDTO'; export interface AudioDTO { audioUrl: string; coverUrl: string; duration: number; objectId: number; objectType: number; reLInfo: ReLInfoDTO; title: string; }