UNPKG

line-api-cli

Version:
19 lines (16 loc) 544 B
/** * @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 */