@intocode-io/line-api-cli
Version:
LINE API CLIs for Node.js
7 lines • 346 B
JavaScript
/**
* @typedef LINETvGetSpotlightResponseData
* @property {{ message: string; code: number }} header
* @property {{ clips: Array<LINETvClipData>|null; channels: Array<LINETvChannelData>|null; playlists: Array<LINETvPlaylistData>|nullZ; moduleName: string }} body
*/
;
//# sourceMappingURL=linetv-get-spotlight-response-data.js.map