UNPKG

the-moby-effect

Version:
11 lines 550 B
import * as Schema from "effect/Schema"; import * as MobySchemas from "../schemas/index.js"; export class PluginConfigUser extends /*#__PURE__*/Schema.Class("PluginConfigUser")({ GID: /*#__PURE__*/Schema.optional(MobySchemas.UInt32), UID: /*#__PURE__*/Schema.optional(MobySchemas.UInt32) }, { identifier: "PluginConfigUser", title: "types.PluginConfigUser", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/plugin.go#L173-L182" }) {} //# sourceMappingURL=PluginConfigUser.generated.js.map