the-moby-effect
Version:
Moby/Docker API client built using effect-ts
20 lines • 759 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmVolumeAttachment_base: Schema.Class<SwarmVolumeAttachment, {
ID: Schema.optional<typeof Schema.String>;
Source: Schema.optional<typeof Schema.String>;
Target: Schema.optional<typeof Schema.String>;
}, Schema.Struct.Encoded<{
ID: Schema.optional<typeof Schema.String>;
Source: Schema.optional<typeof Schema.String>;
Target: Schema.optional<typeof Schema.String>;
}>, never, {
readonly ID?: string | undefined;
} & {
readonly Source?: string | undefined;
} & {
readonly Target?: string | undefined;
}, {}, {}>;
export declare class SwarmVolumeAttachment extends SwarmVolumeAttachment_base {
}
export {};
//# sourceMappingURL=SwarmVolumeAttachment.generated.d.ts.map