import { FavouriteActionSet } from '../../typings'; export interface FavouriteActions { actionSets: FavouriteActionSet[]; }