import { LabelDescription, Scopable, UISchemaElement } from'@jsonforms/core';
exportinterfaceTreeWithDetailextendsUISchemaElement, Scopable {
type: 'TreeWithDetail';
/**
* An optional label that will be associated with the control
*/label?: string | boolean | LabelDescription;
}