the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 533 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmServiceUpdateResponse_base: Schema.Class<SwarmServiceUpdateResponse, {
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 SwarmServiceUpdateResponse extends SwarmServiceUpdateResponse_base {
}
export {};
//# sourceMappingURL=SwarmServiceUpdateResponse.generated.d.ts.map