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