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