the-moby-effect
Version:
Moby/Docker API client built using effect-ts
21 lines • 828 B
TypeScript
import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const ImagePruneResponse_base: Schema.Class<ImagePruneResponse, {
CachesDeleted: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
nullable: true;
}>;
SpaceReclaimed: MobySchemas.UInt64Schemas.$UInt64;
}, Schema.Struct.Encoded<{
CachesDeleted: Schema.optionalWith<Schema.Array$<typeof Schema.String>, {
nullable: true;
}>;
SpaceReclaimed: MobySchemas.UInt64Schemas.$UInt64;
}>, never, {
readonly SpaceReclaimed: MobySchemas.UInt64Schemas.UInt64Brand;
} & {
readonly CachesDeleted?: readonly string[] | undefined;
}, {}, {}>;
export declare class ImagePruneResponse extends ImagePruneResponse_base {
}
export {};
//# sourceMappingURL=ImagePruneResponse.generated.d.ts.map