export interface PinboardMethods { addWidget?: (dashboardId: string, widgetId: string, widgetName: string) => void; }