the-moby-effect
Version:
Moby/Docker API client built using effect-ts
14 lines • 529 B
JavaScript
import * as Schema from "effect/Schema";
import * as MobyNumber from "../schemas/number.js";
export class BlkiodevThrottleDevice extends /*#__PURE__*/Schema.Class("BlkiodevThrottleDevice")({
Path: Schema.String,
Rate: /*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({
minimum: 0n,
maximum: 2n ** 64n - 1n
}))
}, {
identifier: "BlkiodevThrottleDevice",
title: "blkiodev.ThrottleDevice",
documentation: ""
}) {}
//# sourceMappingURL=BlkiodevThrottleDevice.generated.js.map