node-musixmatch-api
Version:
Advanced API library for seamless Musixmatch integration.
22 lines • 611 B
TypeScript
interface TrackSubtitle {
message: {
header: {
status_code: number;
execute_time: number;
};
body: {
subtitle: {
subtitle_id: number;
restricted: number;
subtitle_body: string;
subtitle_language: string;
script_tracking_url: string;
pixel_tracking_url: string;
html_tracking_url: string;
lyrics_copyright: string;
};
};
};
}
export { TrackSubtitle };
//# sourceMappingURL=track.subtitle.d.ts.map