TSegmentMusic: TSegmentBase & {
    data: {
        id: string;
        type: "qq" | "163" | "xm";
    };
    type: "music";
}