|
|
|
@ -33,7 +33,6 @@ import { |
|
|
|
dotOperatorHighlightRule, |
|
|
|
endGroupHighlightRule |
|
|
|
} from '@shared/models/ace/ace.models'; |
|
|
|
import { AdditionalDebugActionConfig } from '@home/components/entity/debug/entity-debug-settings.model'; |
|
|
|
|
|
|
|
export interface CalculatedField extends Omit<BaseData<CalculatedFieldId>, 'label'>, HasVersion, HasEntityDebugSettings, HasTenantId, ExportableEntity<CalculatedFieldId> { |
|
|
|
configuration: CalculatedFieldConfiguration; |
|
|
|
|