the-moby-effect
Version:
Moby/Docker API client built using effect-ts
12 lines • 464 B
TypeScript
import * as Schema from "effect/Schema";
declare const SwarmNetworkAttachmentSpec_base: Schema.Class<SwarmNetworkAttachmentSpec, {
ContainerID: typeof Schema.String;
}, Schema.Struct.Encoded<{
ContainerID: typeof Schema.String;
}>, never, {
readonly ContainerID: string;
}, {}, {}>;
export declare class SwarmNetworkAttachmentSpec extends SwarmNetworkAttachmentSpec_base {
}
export {};
//# sourceMappingURL=SwarmNetworkAttachmentSpec.generated.d.ts.map