UNPKG

the-moby-effect

Version:
10 lines 529 B
import * as Schema from "effect/Schema"; export class PluginConfigRootfs extends /*#__PURE__*/Schema.Class("PluginConfigRootfs")({ diff_ids: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)), type: /*#__PURE__*/Schema.optional(Schema.String) }, { identifier: "PluginConfigRootfs", title: "types.PluginConfigRootfs", documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/plugin.go#L162-L171" }) {} //# sourceMappingURL=PluginConfigRootfs.generated.js.map