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