the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 421 B
JavaScript
import * as Schema from "effect/Schema";
export class SystemCommit extends /*#__PURE__*/Schema.Class("SystemCommit")({
ID: Schema.String,
Expected: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "SystemCommit",
title: "system.Commit",
documentation: "https://pkg.go.dev/github.com/docker/docker@v28.4.0+incompatible/api/types/system#Commit"
}) {}
//# sourceMappingURL=SystemCommit.generated.js.map