import { IComGithubCiliumCiliumPkgPolicyApiICMPField } from "./ICMPField.js"; import { ModelData, Model } from "@kubernetes-models/base"; /** * ICMPRule is a list of ICMP fields. */ export interface IICMPRule { /** * Fields is a list of ICMP fields. */ "fields"?: Array; } /** * ICMPRule is a list of ICMP fields. */ export declare class ICMPRule extends Model implements IICMPRule { "fields"?: Array; constructor(data?: ModelData); } export type { IICMPRule as IComGithubCiliumCiliumPkgPolicyApiICMPRule, ICMPRule as ComGithubCiliumCiliumPkgPolicyApiICMPRule };