/** * Fired when block settings is opened */ export const BlockSettingsOpened = 'block-settings-opened'; /** * Payload that will be passed with the event */ export interface BlockSettingsOpenedPayload { // No payload needed for this event }