Type Alias TSegmentCustomMusic
TSegmentCustomMusic: TSegmentBase & { data: { audio: string; content?: string; image?: string; title: string; type: "custom"; url: string; }; type: "music"; } Type declaration
data: {
audio: string;
content?: string;
image?: string;
title: string;
type: "custom";
url: string;
}
audio: string
Optional
content?: string
Optional
image?: string
title: string
type: "custom"
url: string
type: "music"
audio 音乐 URL