import { Response, Simplify } from "@mittwald/api-client-commons"; import { type MittwaldAPIV2 } from "@mittwald/api-client"; import { ListBaseCommand } from "../../../lib/basecommands/ListBaseCommand.js"; import { ListColumns } from "../../../rendering/formatter/Table.js"; type Template = MittwaldAPIV2.Components.Schemas.ContainerTemplate; type ListResponse = Response; type ListItem = Simplify