import { IComGithubCiliumCiliumPkgPolicyApiRule } from "./Rule.js"; /** * Rules is a collection of api.Rule. * * All rules must be evaluated in order to come to a conclusion. While * it is sufficient to have a single fromEndpoints rule match, none of * the fromRequires may be violated at the same time. */ export type IRules = Array; export type Rules = IRules; export type { IRules as IComGithubCiliumCiliumPkgPolicyApiRules, Rules as ComGithubCiliumCiliumPkgPolicyApiRules };