the-moby-effect
Version:
Moby/Docker API client built using effect-ts
17 lines • 776 B
TypeScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const ContainerPruneResponse_base: Schema.Class<ContainerPruneResponse, {
ContainersDeleted: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
SpaceReclaimed: MobySchemas.UInt64Schemas.$UInt64;
}, Schema.Struct.Encoded<{
ContainersDeleted: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
SpaceReclaimed: MobySchemas.UInt64Schemas.$UInt64;
}>, never, {
readonly SpaceReclaimed: MobySchemas.UInt64Schemas.UInt64Brand;
} & {
readonly ContainersDeleted: readonly string[] | null;
}, {}, {}>;
export declare class ContainerPruneResponse extends ContainerPruneResponse_base {
}
export {};
//# sourceMappingURL=ContainerPruneResponse.generated.d.ts.map