the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 518 B
TypeScript
import * as Schema from "effect/Schema";
declare const ContainerUpdateResponse_base: Schema.Class<ContainerUpdateResponse, {
Warnings: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}, Schema.Struct.Encoded<{
Warnings: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
}>, never, {
readonly Warnings: readonly string[] | null;
}, {}, {}>;
export declare class ContainerUpdateResponse extends ContainerUpdateResponse_base {
}
export {};
//# sourceMappingURL=ContainerUpdateResponse.generated.d.ts.map