/** * ConditionSeverity expresses the severity of a Condition Type failing. */ export type IConditionSeverity = string; export type ConditionSeverity = IConditionSeverity; export type { IConditionSeverity as IDevKnativePkgApisConditionSeverity, ConditionSeverity as DevKnativePkgApisConditionSeverity };