import { ImageContract } from '../../image.contract'; export interface ActionContract{ // type: 'anchor' | 'button' | 'dropdown' | '/*dropdown-*/filter' | 'social-hook' | 'custom'; title?: string; desc?: string; icon: string; actions?: string[]; data: Object; }