export interface IExtensionComponentAction { type: 'addComponent' | 'removeComponent'; }