import { IComGithubCiliumCiliumPkgPolicyApiEntity } from "./Entity.js"; /** * EntitySlice is a slice of entities */ export type IEntitySlice = Array; export type EntitySlice = IEntitySlice; export type { IEntitySlice as IComGithubCiliumCiliumPkgPolicyApiEntitySlice, EntitySlice as ComGithubCiliumCiliumPkgPolicyApiEntitySlice };