export interface EventName { SB_CANVAS_TOOLBAR_CLICK: 'clicks on a toolbar button'; } export interface Workflow { edit: 'General page editing'; }