import type { ObjectLabelConfiguration } from './object-label-configuration'; export interface ObjectLabelsConfiguration { objectLabels: Array; }