UNPKG

the-moby-effect

Version:
15 lines 786 B
import * as Schema from "effect/Schema"; import * as MobyNumber from "../schemas/number.js"; export class ContainerExecStartOptions extends /*#__PURE__*/Schema.Class("ContainerExecStartOptions")({ Detach: Schema.Boolean, Tty: Schema.Boolean, ConsoleSize: /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(MobyNumber.BigIntFromWireString.check(Schema.isBetweenBigInt({ minimum: 0n, maximum: 2n ** 64n - 1n }))).check(/*#__PURE__*/Schema.isLengthBetween(2, 2)))) }, { identifier: "ContainerExecStartOptions", title: "container.ExecStartOptions", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/container#ExecStartOptions" }) {} //# sourceMappingURL=ContainerExecStartOptions.generated.js.map