the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 609 B
JavaScript
import * as Schema from "effect/Schema";
export class ContainerTopResponse extends /*#__PURE__*/Schema.Class("ContainerTopResponse")({
Processes: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)))),
Titles: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String))
}, {
identifier: "ContainerTopResponse",
title: "container.TopResponse",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/container#TopResponse"
}) {}
//# sourceMappingURL=ContainerTopResponse.generated.js.map