line-api-cli
Version:
LINE API CLIs for Node.js
19 lines (16 loc) • 544 B
JavaScript
/**
* @typedef LINETvStationData
* @property {Array<LINETvClipData>} popularClip
* @property {Array<LINETvChannelData>} popularChannel
* @property {number} playCount
* @property {number} clipCount
* @property {string} stationId
* @property {number} likeitCount
* @property {number} channelCount
* @property {string} stationName
* @property {string} stationDesc
* @property {number} fanCount
* @property {string} stationLogo
* @property {string} stationBigBanner
* @property {{imgUrl: string; linkUrl: string}} stationBanner
*/