import { IDevKnativePkgApisCondition } from "./Condition.js"; /** * Conditions is the schema for the conditions portion of the payload */ export type IConditions = Array; export type Conditions = IConditions; export type { IConditions as IDevKnativePkgApisConditions, Conditions as DevKnativePkgApisConditions };