the-moby-effect
Version:
Moby/Docker API client built using effect-ts
9 lines • 444 B
JavaScript
import * as Schema from "effect/Schema";
export class SwarmConfigCreateResponse extends /*#__PURE__*/Schema.Class("SwarmConfigCreateResponse")({
ID: Schema.String
}, {
identifier: "SwarmConfigCreateResponse",
title: "types.ConfigCreateResponse",
documentation: "https://github.com/moby/moby/blob/7d861e889cd2214b38c8f1f3f997bf003c77739d/api/types/types.go#L429-L434"
}) {}
//# sourceMappingURL=SwarmConfigCreateResponse.generated.js.map