UNPKG

the-moby-effect

Version:
10 lines 609 B
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