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