UNPKG

the-moby-effect

Version:
11 lines 502 B
import * as Schema from "effect/Schema"; export class ContainerDeviceMapping extends /*#__PURE__*/Schema.Class("ContainerDeviceMapping")({ PathOnHost: Schema.String, PathInContainer: Schema.String, CgroupPermissions: Schema.String }, { identifier: "ContainerDeviceMapping", title: "container.DeviceMapping", documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/container#DeviceMapping" }) {} //# sourceMappingURL=ContainerDeviceMapping.generated.js.map