UNPKG

the-moby-effect

Version:
17 lines 837 B
import * as Schema from "effect/Schema"; import * as SystemContainerdNamespaces from "./SystemContainerdNamespaces.generated.js"; declare const SystemContainerdInfo_base: Schema.Class<SystemContainerdInfo, { Address: Schema.optional<typeof Schema.String>; Namespaces: Schema.NullOr<typeof SystemContainerdNamespaces.SystemContainerdNamespaces>; }, Schema.Struct.Encoded<{ Address: Schema.optional<typeof Schema.String>; Namespaces: Schema.NullOr<typeof SystemContainerdNamespaces.SystemContainerdNamespaces>; }>, never, { readonly Address?: string | undefined; } & { readonly Namespaces: SystemContainerdNamespaces.SystemContainerdNamespaces | null; }, {}, {}>; export declare class SystemContainerdInfo extends SystemContainerdInfo_base { } export {}; //# sourceMappingURL=SystemContainerdInfo.generated.d.ts.map