/**
* @typedef LINETvGetSpotlightResponseData
* @property {{ message: string; code: number }} header
* @property {{ clips: Array<LINETvClipData>|null; channels: Array<LINETvChannelData>|null; playlists: Array<LINETvPlaylistData>|nullZ; moduleName: string }} body
*/