the-moby-effect
Version:
Moby/Docker API client built using effect-ts
10 lines • 571 B
TypeScript
import * as Schema from "effect/Schema";
import * as ContainerWaitExitError from "./ContainerWaitExitError.generated.ts";
declare const ContainerWaitResponse_base: Schema.Class<ContainerWaitResponse, Schema.Struct<{
readonly Error: Schema.optional<Schema.NullOr<typeof ContainerWaitExitError.ContainerWaitExitError>>;
readonly StatusCode: Schema.decodeTo<Schema.BigInt, Schema.String, never, never>;
}>, {}>;
export declare class ContainerWaitResponse extends ContainerWaitResponse_base {
}
export {};
//# sourceMappingURL=ContainerWaitResponse.generated.d.ts.map