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