UNPKG

the-moby-effect

Version:
10 lines 533 B
import * as Schema from "effect/Schema"; export class ContainerCreateResponse extends /*#__PURE__*/Schema.Class("ContainerCreateResponse")({ Id: Schema.String, Warnings: /*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String)) }, { identifier: "ContainerCreateResponse", title: "container.CreateResponse", documentation: "https://github.com/moby/moby/blob/a21b1a2d12e2c01542cb191eb526d7bfad0641e3/api/types/container/create_response.go#L6-L19" }) {} //# sourceMappingURL=ContainerCreateResponse.generated.js.map