UNPKG

the-moby-effect

Version:
13 lines 532 B
import * as Schema from "effect/Schema"; export class GraphDriverData extends /*#__PURE__*/Schema.Class("GraphDriverData")({ Data: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Record({ key: Schema.String, value: Schema.String })), Name: Schema.String }, { identifier: "GraphDriverData", title: "types.GraphDriverData", documentation: "https://github.com/moby/moby/blob/733755d7cb18a4dbea7c290cc56e61d05502aca0/api/types/storage/driver_data.go#L3-L23" }) {} //# sourceMappingURL=GraphDriverData.generated.js.map