/** * BGPLargeCommunity type represents a value of the BGP Large Communities Attribute (RFC 8092), * as three 4-byte decimal numbers separated by colons. */ export type IBGPLargeCommunity = string; export type BGPLargeCommunity = IBGPLargeCommunity; export type { IBGPLargeCommunity as IComGithubCiliumCiliumPkgK8sApisCiliumIoV2BGPLargeCommunity, BGPLargeCommunity as ComGithubCiliumCiliumPkgK8sApisCiliumIoV2BGPLargeCommunity };