diff --git a/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-configuration/store/dot-experiments-configuration-store.ts b/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-configuration/store/dot-experiments-configuration-store.ts index b7d2517cf59..2ac021f71b7 100644 --- a/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-configuration/store/dot-experiments-configuration-store.ts +++ b/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-configuration/store/dot-experiments-configuration-store.ts @@ -43,7 +43,6 @@ import { processExperimentConfigProps } from '../../shared/dot-experiment.utils'; - export interface DotExperimentsConfigurationState { experiment: DotExperiment; status: ComponentStatus; diff --git a/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-reports/store/dot-experiments-reports-store.ts b/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-reports/store/dot-experiments-reports-store.ts index fc4fdf82973..3a848bfd798 100644 --- a/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-reports/store/dot-experiments-reports-store.ts +++ b/core-web/libs/portlets/dot-experiments/portlet/src/lib/dot-experiments-reports/store/dot-experiments-reports-store.ts @@ -48,7 +48,6 @@ import { orderVariants } from '../../shared/dot-experiment.utils'; - export interface DotExperimentsReportsState { experiment: DotExperiment | null; status: ComponentStatus; diff --git a/core-web/libs/ui/src/lib/components/dot-ai-image-prompt/ai-image-prompt.store.ts b/core-web/libs/ui/src/lib/components/dot-ai-image-prompt/ai-image-prompt.store.ts index 009020c554b..2d84872bb99 100644 --- a/core-web/libs/ui/src/lib/components/dot-ai-image-prompt/ai-image-prompt.store.ts +++ b/core-web/libs/ui/src/lib/components/dot-ai-image-prompt/ai-image-prompt.store.ts @@ -16,7 +16,6 @@ import { PromptType } from '@dotcms/dotcms-models'; - const DEFAULT_INPUT_PROMPT = PromptType.INPUT; export interface DotAiImagePromptComponentState {