the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 720 B
JavaScript
import * as Schema from "effect/Schema";
import * as TypesPluginDevice from "./TypesPluginDevice.generated.js";
export class TypesPluginConfigLinux extends /*#__PURE__*/Schema.Class("TypesPluginConfigLinux")({
AllowAllDevices: Schema.Boolean,
Capabilities: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)),
Devices: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(/*#__PURE__*/Schema.NullOr(TypesPluginDevice.TypesPluginDevice)))
}, {
identifier: "TypesPluginConfigLinux",
title: "types.PluginConfigLinux",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types#PluginConfigLinux"
}) {}
//# sourceMappingURL=TypesPluginConfigLinux.generated.js.map