import type { UmbConditionConfigBase } from '../types/index.js'; import type { UmbControllerHost } from '../../controller-api/index.js'; export type UmbConditionControllerArguments void> = { host: UmbControllerHost; config: ConditionConfigType; onChange: ConditionOnChangeCallbackType; };