UNPKG

the-moby-effect

Version:
25 lines 1.14 kB
import * as Schema from "effect/Schema"; import * as VolumeTopology from "./VolumeTopology.generated.js"; declare const VolumeTopologyRequirement_base: Schema.Class<VolumeTopologyRequirement, { Requisite: Schema.optionalWith<Schema.Array$<Schema.NullOr<typeof VolumeTopology.VolumeTopology>>, { nullable: true; }>; Preferred: Schema.optionalWith<Schema.Array$<Schema.NullOr<typeof VolumeTopology.VolumeTopology>>, { nullable: true; }>; }, Schema.Struct.Encoded<{ Requisite: Schema.optionalWith<Schema.Array$<Schema.NullOr<typeof VolumeTopology.VolumeTopology>>, { nullable: true; }>; Preferred: Schema.optionalWith<Schema.Array$<Schema.NullOr<typeof VolumeTopology.VolumeTopology>>, { nullable: true; }>; }>, never, { readonly Requisite?: readonly (VolumeTopology.VolumeTopology | null)[] | undefined; } & { readonly Preferred?: readonly (VolumeTopology.VolumeTopology | null)[] | undefined; }, {}, {}>; export declare class VolumeTopologyRequirement extends VolumeTopologyRequirement_base { } export {}; //# sourceMappingURL=VolumeTopologyRequirement.generated.d.ts.map