UNPKG
eiam-favorite-pages
Version:
latest (1.5.158)
1.5.158
1.5.157
1.5.156
1.5.155
1.5.154
1.5.151
1.5.150
1.5.149
1.5.148
1.5.147
1.5.146
1.5.145
1.5.144
1.5.143
1.5.142
1.5.141
1.5.140
1.5.139
1.5.138
1.5.137
1.5.136
1.5.135
1.5.134
1.5.133
1.5.132
1.5.131
1.5.130
1.5.129
1.5.128
1.5.127
1.5.126
1.5.125
1.5.124
1.5.123
1.5.122
1.5.121
1.5.120
Stencil Component Starter
eiam-favorite-pages
/
dist
/
types
/
types.d.ts
14 lines
(13 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
interface FavoriteItem { name: string; pageId: number; slugInfoId: number; slug: string; url: string; applicationName: string; } interface ApiResponse {
code
: string; message: string;
content
: FavoriteItem[]; }