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