UNPKG
@intocode-io/line-api-cli
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
0.7.0
0.6.0
0.5.0
0.4.0
0.4.0-beta
0.3.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
LINE API CLIs for Node.js
github.com/intocode-io/line-api-cli-nodejs
intocode-io/line-api-cli-nodejs
@intocode-io/line-api-cli
/
bin
/
typedef
/
linetv-list-station-response-data.js
7 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** *
@typedef
LINETvListStationResponseData
*
@property
{
{ message: string; code: number
}} header *
@property
{
{ stations: Array<{ stationId: string; stationName: string; stationLogo: string; serviceUrl: string
}> }} body */
"use strict"
;
//# sourceMappingURL=linetv-list-station-response-data.js.map