UNPKG

lisa-box

Version:
9 lines (8 loc) 370 B
import { FabrixService as Service } from '@fabrix/fabrix/dist/common'; export declare class FavoritesService extends Service { populateFavorite(userId: any, devices: any): any; getFavorites(userId: any): any; getFavoritesAndSyncData(userId: any): any; putFavorite(userId: any, deviceId: any): any; destroyFavorite(userId: any, deviceId: any): any; }