/** * ConditionType is a camel-cased condition type. */ export type IConditionType = string; export type ConditionType = IConditionType; export type { IConditionType as IDevKnativePkgApisConditionType, ConditionType as DevKnativePkgApisConditionType };