UNPKG

eiam-favorite-pages

Version:

Stencil Component Starter

14 lines (13 loc) 247 B
interface FavoriteItem { name: string; pageId: number; slugInfoId: number; slug: string; url: string; applicationName: string; } interface ApiResponse { code: string; message: string; content: FavoriteItem[]; }